emailservices/emailserver/src/FsEmailGlobalDialogsAppUi.cpp
branchRCL_3
changeset 13 8592a65ad3fb
parent 12 4ce476e64c59
equal deleted inserted replaced
12:4ce476e64c59 13:8592a65ad3fb
    26 // To be used as FSMailServer window group priority when there is some 
    26 // To be used as FSMailServer window group priority when there is some 
    27 // displayable content. We need to keep FSMailServer always on top, because it
    27 // displayable content. We need to keep FSMailServer always on top, because it
    28 // is hided from task list so it's not possible switch FSMailServer back to
    28 // is hided from task list so it's not possible switch FSMailServer back to
    29 // foreground if user switches to Idle before dismissing the note.
    29 // foreground if user switches to Idle before dismissing the note.
    30 // '- 1' is needed for the VKB to work correctly
    30 // '- 1' is needed for the VKB to work correctly
    31 const TInt KFsEmailDialogsWinPriorityActive = ECoeWinPriorityAlwaysAtFront - 1;
    31 const TInt KFsEmailDialogsWinPriorityActive = ECoeWinPriorityNormal;
    32 
    32 
    33 // To be used as FSMailServer window group priority when there is no displayable
    33 // To be used as FSMailServer window group priority when there is no displayable
    34 // content.
    34 // content.
    35 const TInt KFsEmailDialogsWinPriorityInactive = ECoeWinPriorityNeverAtFront;
    35 const TInt KFsEmailDialogsWinPriorityInactive = ECoeWinPriorityNeverAtFront;
    36 
    36