logsui/AppSrc/CLogsBaseView.cpp
branchCompilerCompatibility
changeset 6 c5deda9d60e3
parent 3 04ab22b956c2
child 21 b3431bff8c19
equal deleted inserted replaced
4:f5f19add8e1f 6:c5deda9d60e3
  2327                 {
  2327                 {
  2328                 TBool forceVideo( EFalse );
  2328                 TBool forceVideo( EFalse );
  2329 
  2329 
  2330                 //For long press or single tap prefer video call but not for emergency calls
  2330                 //For long press or single tap prefer video call but not for emergency calls
  2331                 if( (aCommandId == ELogsCmdLongSendKeyCall ||
  2331                 if( (aCommandId == ELogsCmdLongSendKeyCall ||
       
  2332                     aEvent->LogsEventData()->VT() &&
  2332                     aCommandId == ELogsCmdSingleTapCall ) &&
  2333                     aCommandId == ELogsCmdSingleTapCall ) &&
  2333                     aEvent->EventType() != ETypeEmerg )
  2334                     aEvent->EventType() != ETypeEmerg )
  2334                     {
  2335                     {
  2335                     forceVideo = ETrue;
  2336                     forceVideo = ETrue;
  2336                     }
  2337                     }