mmsharing/mmshui/src/musuilivesharingviewcontainer.cpp
branchRCL_3
changeset 6 c47a75a8cd72
parent 0 f0cf47e981f9
child 11 ff8a573c0e2e
--- a/mmsharing/mmshui/src/musuilivesharingviewcontainer.cpp	Tue Feb 02 00:09:07 2010 +0200
+++ b/mmsharing/mmshui/src/musuilivesharingviewcontainer.cpp	Fri Feb 19 22:48:06 2010 +0200
@@ -146,6 +146,16 @@
 
 
 // -----------------------------------------------------------------------------
+//
+// -----------------------------------------------------------------------------
+//
+TMusUiIndicatorType CMusUiLiveSharingViewContainer::GetIndicatorType()
+	{
+	return iIndicator->GetIndicatorType();
+	}
+
+
+// -----------------------------------------------------------------------------
 // Called by framework when to retrieve the no. of controls.
 // -----------------------------------------------------------------------------
 //
@@ -242,12 +252,7 @@
         }
     else
         {
-        // Tapping outside slider area means ending of zoom or brightness
-        // adjustment
-        SetZoomVisible( EFalse ); // This hides also the brightness slider
-        CMusUiLiveSharingView* liveView = 
-                               (CMusUiLiveSharingView*)this->MusUiView();
-        liveView->ResetToolBarSelected();
+        MakeVisible( EFalse );
         }
     }