equal
deleted
inserted
replaced
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 ); |