changeset 1 | 838b0a10d15b |
parent 0 | 5f000ab63145 |
child 3 | 8871b09be73b |
--- a/phoneapp/phoneuiview/src/cphoneviewcontroller.cpp Mon Jan 18 20:18:27 2010 +0200 +++ b/phoneapp/phoneuiview/src/cphoneviewcontroller.cpp Tue Jan 26 11:57:27 2010 +0200 @@ -3784,7 +3784,10 @@ iAppui->AddToStackL( iPhoneView ); iAppui->RemoveFromStack( iDialerView ); } - if ( !iPhoneView->IsSecurityMode() ) + + // If securitymode or emergency call not show toolbar + if ( !iPhoneView->IsSecurityMode() && + !iIncallIndicator->IsEmergencyCall() ) { iToolbarController->ShowToolbar(); }