phonebookui/Phonebook2/UIControls/src/CPbk2NamesListReadyState.cpp
branchRCL_3
changeset 6 e8e3147d53eb
parent 3 04ab22b956c2
child 8 5586b4d2ec3e
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
   317     PBK2_DEBUG_PRINT(PBK2_DEBUG_STRING
   317     PBK2_DEBUG_PRINT(PBK2_DEBUG_STRING
   318         ("CPbk2NamesListReadyState::DeactivateState(0x%x)"), this );
   318         ("CPbk2NamesListReadyState::DeactivateState(0x%x)"), this );
   319 
   319 
   320     AllowCommandsToShowThemselves( EFalse );  
   320     AllowCommandsToShowThemselves( EFalse );  
   321     HideThumbnail();
   321     HideThumbnail();
       
   322     // Stop creating adaptive search grid.
       
   323     if (iAdaptiveSearchGridFiller)
       
   324         {
       
   325         if (iAdaptiveSearchGridFiller->IsActive())
       
   326             {
       
   327             iAdaptiveSearchGridFiller->StopFilling();
       
   328             }
       
   329         }
   322     }
   330     }
   323 
   331 
   324 // --------------------------------------------------------------------------
   332 // --------------------------------------------------------------------------
   325 // CPbk2NamesListReadyState::CountComponentControls
   333 // CPbk2NamesListReadyState::CountComponentControls
   326 // --------------------------------------------------------------------------
   334 // --------------------------------------------------------------------------