voicerecorder/AppSrc/CVRAppUI.cpp
branchRCL_3
changeset 5 35a9006a7fc7
parent 0 845549f293a7
child 7 6aee962f6139
equal deleted inserted replaced
1:8434d5964e15 5:35a9006a7fc7
    88 // 
    88 // 
    89 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------
    90 //
    90 //
    91 void CVRAppUi::ConstructL()
    91 void CVRAppUi::ConstructL()
    92     {
    92     {
    93     BaseConstructL( EAknEnableSkin | EAknEnableMSK );
    93     BaseConstructL( EAknEnableSkin | EAknEnableMSK 
       
    94 #ifdef SINGLE_CLICK_INCLUDED
       
    95     | EAknSingleClickCompatible
       
    96 #endif
       
    97 	);
    94 
    98 
    95 	iErrorUI = CErrorUI::NewL();
    99 	iErrorUI = CErrorUI::NewL();
    96 
   100 
    97 	// Exit if video or voip call is ongoing
   101 	// Exit if video or voip call is ongoing
    98 	if ( VRUtils::UnsupportedCallTypeOngoing( ETrue ) )
   102 	if ( VRUtils::UnsupportedCallTypeOngoing( ETrue ) )