uifw/AvKon/src/transitionmanager.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
   436 		if(iCRListen->Value() & AknTransEffect::EFullScreenTransitionsOff)
   436 		if(iCRListen->Value() & AknTransEffect::EFullScreenTransitionsOff)
   437 			{
   437 			{
   438 			iFlags &= ~EffectsEnabled;	
   438 			iFlags &= ~EffectsEnabled;	
   439 			iCRListen->Listen();
   439 			iCRListen->Listen();
   440 			}
   440 			}
   441 		else if(!aWait || CServerWait::WaitL())
   441 		else
   442 			{
   442 			{
   443 			iFlags |= EffectsEnabled;	
   443 			iFlags |= EffectsEnabled;	
   444 			}
   444 			}
   445 		}
   445 		}
   446 	}
   446 	}