Fix nearby media panel fading after time on Nearby Media Floater

How did no one notice I broke this in syncing over two years ago?
This commit is contained in:
Lirusaito
2019-01-19 10:47:11 -05:00
parent edb6c0e8e9
commit 4f32024d3b

View File

@@ -93,6 +93,7 @@ LLPanelNearByMedia::LLPanelNearByMedia(bool standalone_panel)
, mDebugInfoVisible(false)
, mParcelMediaItem(nullptr)
, mParcelAudioItem(nullptr)
, mStandalonePanel(standalone_panel)
{
mHoverTimer.stop();