diff -r b31261fd4e04 -r c47a75a8cd72 mmsharing/mmshui/src/musuilivesharingviewcontainer.cpp --- 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 ); } }