We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deac628 commit 9bc319aCopy full SHA for 9bc319a
Classes/ExplorerInterface/FLEXWindow.m
@@ -18,8 +18,7 @@ - (id)initWithFrame:(CGRect)frame {
18
// Some apps have windows at UIWindowLevelStatusBar + n.
19
// If we make the window level too high, we block out UIAlertViews.
20
// There's a balance between staying above the app's windows and staying below alerts.
21
- // UIWindowLevelStatusBar + 100 seems to hit that balance.
22
- self.windowLevel = UIWindowLevelStatusBar + 100.0;
+ self.windowLevel = UIWindowLevelAlert - 1;
23
}
24
return self;
25
0 commit comments