CR: leave some wiggle room on max window height.

pull/1/head
Michael Kirk 7 years ago
parent 34be31b163
commit 1a2428a4b0

@ -55,7 +55,7 @@ const UIWindowLevel UIWindowLevel_MessageActions(void)
{
// Note: To cover the keyboard, this is higher than the ScreenBlocking level,
// but this window is hidden when screen protection is shown.
return CGFLOAT_MAX;
return CGFLOAT_MAX - 100;
}

Loading…
Cancel
Save