mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
notify view when exiting
This commit is contained in:
parent
1bb9389169
commit
5c8e0486f8
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ void CXWordsAppUi::HandleCommandL(TInt aCommand)
|
|||
|
||||
// built-in commands here
|
||||
case EEikCmdExit:
|
||||
iAppView->Exiting();
|
||||
CBaActiveScheduler::Exit();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue