logsui/AppSrc/CLogsBaseView.cpp
branchRCL_3
changeset 15 34879f5cfc63
parent 12 4ae315f230bc
child 17 2666d9724c76
equal deleted inserted replaced
13:a6539d1e8e43 15:34879f5cfc63
   878         {
   878         {
   879         return ret;
   879         return ret;
   880         }
   880         }
   881   
   881   
   882     //Process Send key for cellular, voip or poc call 
   882     //Process Send key for cellular, voip or poc call 
   883     if( aKeyEvent.iScanCode == EStdKeyYes &&
   883     if( aKeyEvent.iScanCode == EStdKeyYes )
   884         ( MenuBar()->ItemSpecificCommandsEnabled() ||
       
   885             LogsAppUi()->ActiveViewId() == ELogDetailViewId ) )
       
   886         {
   884         {
   887         ConstructDelayedL( EFalse );        //EFalse: perform immediately
   885         ConstructDelayedL( EFalse );        //EFalse: perform immediately
   888         TBool supportLongSendPress = EFalse;//FIXME: FeatureManager::FeatureSupported( ??? ) this value should be available from platform in future
   886         TBool supportLongSendPress = EFalse;//FIXME: FeatureManager::FeatureSupported( ??? ) this value should be available from platform in future
   889         
   887         
   890         // Handle first the special case when send key is pressed while options menu is open
   888         // Handle first the special case when send key is pressed while options menu is open