gssettingsuis/Gs/GSCallDivertPlugin/Src/GSCallDivertView.cpp
changeset 2 051d34a3f367
parent 0 8c5d936e5675
child 17 3b47783fdf16
equal deleted inserted replaced
1:b5888e2aa472 2:051d34a3f367
   253 
   253 
   254     switch ( aCommand )
   254     switch ( aCommand )
   255         {
   255         {
   256         case EGSCmdAppChange:
   256         case EGSCmdAppChange:
   257             iRockerPress = EFalse;
   257             iRockerPress = EFalse;
   258             HandleListBoxEventL( iContainer->iListBox, EEventEnterKeyPressed );
   258             if ( iContainer )
       
   259             	{
       
   260             	HandleListBoxEventL( iContainer->iListBox, EEventEnterKeyPressed );
       
   261             	}            
   259             break;
   262             break;
   260         case EAknSoftkeyBack:
   263         case EAknSoftkeyBack:
   261             if( FeatureManager::FeatureSupported( KFeatureIdRestrictedCallDivert ) )
   264             if( FeatureManager::FeatureSupported( KFeatureIdRestrictedCallDivert ) )
   262                 {
   265                 {
   263                 iAppUi->ActivateLocalViewL( KGSTelPluginUid );
   266                 iAppUi->ActivateLocalViewL( KGSTelPluginUid );