phonebookui/Phonebook2/NamesListExtension/src/NamesListExView.cpp
branchRCL_3
changeset 23 5586b4d2ec3e
parent 15 e8e3147d53eb
child 32 2828b4d142c0
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
  1295             // ..but don't save the state change
  1295             // ..but don't save the state change
  1296             iIdleToolbarWarden->Cancel();
  1296             iIdleToolbarWarden->Cancel();
  1297             }
  1297             }
  1298 
  1298 
  1299         iControl->HideThumbnail();
  1299         iControl->HideThumbnail();
       
  1300         iControl->MassUpdateSkipProgressNote( ETrue );        
  1300         }
  1301         }
  1301     }
  1302     }
  1302 
  1303 
  1303 // --------------------------------------------------------------------------
  1304 // --------------------------------------------------------------------------
  1304 // CPbk2NamesListExView::PostCommandExecutionL
  1305 // CPbk2NamesListExView::PostCommandExecutionL
  1309     {
  1310     {
  1310     iCommandState = ETrue;
  1311     iCommandState = ETrue;
  1311 
  1312 
  1312     if ( iControl )
  1313     if ( iControl )
  1313         {
  1314         {
       
  1315         iControl->MassUpdateSkipProgressNote( EFalse );
       
  1316 
  1314         // There are some special cases that the names list view would be hide in backgroud
  1317         // There are some special cases that the names list view would be hide in backgroud
  1315         // before one command is executing, and then get foreground later after the command
  1318         // before one command is executing, and then get foreground later after the command
  1316         // finished, which would cause the control to be set invisible. So reset the flag
  1319         // finished, which would cause the control to be set invisible. So reset the flag
  1317         // after a command is finished.
  1320         // after a command is finished.
  1318         iCtrlVisibleStateBeforeLosingForground = ETrue;
  1321         iCtrlVisibleStateBeforeLosingForground = ETrue;