equal
deleted
inserted
replaced
795 { |
795 { |
796 SetFasterAppActive(ETrue); |
796 SetFasterAppActive(ETrue); |
797 DoDeactivate(); |
797 DoDeactivate(); |
798 } |
798 } |
799 |
799 |
800 if (!iNaviContainer) |
800 if( AknLayoutUtils::PenEnabled() ) |
801 { |
|
802 CEikStatusPane* sp = StatusPane(); |
|
803 iNaviContainer = |
|
804 static_cast<CAknNavigationControlContainer*>( |
|
805 sp->ControlL(TUid::Uid(EEikStatusPaneUidNavi))); |
|
806 } |
|
807 |
|
808 iNaviContainer->Pop(); |
|
809 |
|
810 if( AknLayoutUtils::PenEnabled() ) |
|
811 { |
801 { |
812 MCalenToolbar* toolbarImpl = iServices.ToolbarOrNull(); |
802 MCalenToolbar* toolbarImpl = iServices.ToolbarOrNull(); |
813 if(toolbarImpl) |
803 if(toolbarImpl) |
814 { |
804 { |
815 CAknToolbar& toolbar = toolbarImpl->Toolbar(); |
805 CAknToolbar& toolbar = toolbarImpl->Toolbar(); |