emailuis/emailui/src/FreestyleEmailUiWizardObserver.cpp
branchRCL_3
changeset 70 968773a0b6ef
parent 64 3533d4323edc
equal deleted inserted replaced
64:3533d4323edc 70:968773a0b6ef
   415                 // button - it should go to the launcher grid.  So first
   415                 // button - it should go to the launcher grid.  So first
   416                 // switch to launcher grid (which should unwind the history
   416                 // switch to launcher grid (which should unwind the history
   417                 // back to the launcher grid, which should be the view at
   417                 // back to the launcher grid, which should be the view at
   418                 // the bottom of the stack) and then erase the history just
   418                 // the bottom of the stack) and then erase the history just
   419                 // to make sure it's really all gone.
   419                 // to make sure it's really all gone.
   420                 iAppUi->EnterFsEmailViewL( AppGridId );
       
   421                 iAppUi->EraseViewHistory();
   420                 iAppUi->EraseViewHistory();
   422                 // Now switch to the mail list.
   421                 // Now switch to the mail list.
   423                 iAppUi->EnterFsEmailViewL( MailListId, KStartListWithFolderId, 
   422                 iAppUi->EnterFsEmailViewL( MailListId, KStartListWithFolderId, 
   424                         pkgOut );
   423                         pkgOut );
   425                 }
   424                 }