mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewcontainer.cpp
branchRCL_3
changeset 26 70a8526f03f2
parent 17 c8156a91d13c
child 28 56b11cf8addb
--- a/mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewcontainer.cpp	Tue Apr 27 16:34:37 2010 +0300
+++ b/mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewcontainer.cpp	Tue May 11 16:10:56 2010 +0300
@@ -725,8 +725,6 @@
         }
 
     DrawDeferred();
-    //Window().Invalidate( iAlbumArtRect );
-    //Window().Invalidate( iSliderPaneRect );
     }
 
 // ---------------------------------------------------------------------------
@@ -805,8 +803,6 @@
     else if ( aType == KEikDynamicLayoutVariantSwitch )
         {
         iLayoutObserver->HandleLayoutChange();
-        UpdateBackgroundSkinControlContext( Rect() );
-
         }
     else
         {
@@ -1267,7 +1263,7 @@
                     MTouchFeedback* feedback = MTouchFeedback::Instance();
                     if (feedback)
                         {
-                        feedback->InstantFeedback(ETouchFeedbackBasic);
+                        feedback->InstantFeedback(ETouchFeedbackPopUp);
                         }
 
                     if ( iCommandObserver )