messagingappbase/msgavkon/muiu_domain/reporteroperation/src/MuiuMsvWrappableProgressDialog.cpp
branchRCL_3
changeset 19 7e4e4bcc75b6
parent 0 72b543305e3a
equal deleted inserted replaced
18:fbb813aef148 19:7e4e4bcc75b6
   346 //
   346 //
   347 // ---------------------------------------------------------
   347 // ---------------------------------------------------------
   348 //
   348 //
   349 void CMsvWrappableProgressDialog::PreLayoutDynInitL()
   349 void CMsvWrappableProgressDialog::PreLayoutDynInitL()
   350     {
   350     {
   351     CEikProgressInfo* bar = GetProgressInfoL();
       
   352     if( bar )
       
   353         {
       
   354         bar->MakeVisible( EFalse );
       
   355         }
       
   356 
       
   357     CAknProgressDialog::PreLayoutDynInitL();
   351     CAknProgressDialog::PreLayoutDynInitL();
   358     if ( iDisplayWaitAnimation )
   352     if ( iDisplayWaitAnimation )
   359         {
   353         {
   360         CAknNoteControl* noteControl = NoteControl();
   354         CAknNoteControl* noteControl = NoteControl();
   361         if ( noteControl )
   355         if ( noteControl )