phoneapp/phoneuistates/src/cphonestatemachinegsm.cpp
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   277 
   277 
   278     if ( madeStateTransition )
   278     if ( madeStateTransition )
   279         {
   279         {
   280         __PHONELOGSTATECHANGE( iOldStateId, iNewStateId );
   280         __PHONELOGSTATECHANGE( iOldStateId, iNewStateId );
   281         iOldStateId = iNewStateId;
   281         iOldStateId = iNewStateId;
       
   282         
       
   283         // Needs to be set or any attempts to access eikon env handle
       
   284         // will fail
       
   285         iState->SetEikonEnv( EikonEnv() );
   282         }
   286         }
   283 
   287 
   284     return iState;
   288     return iState;
   285     }
   289     }
   286 
   290