mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-02 12:30:39 +02:00
Remove no limits flag to prevent menu from going outside of the screen
This commit is contained in:
parent
0a1af2f75e
commit
6a57c9c823
@ -88,8 +88,6 @@ class MainActivity : SimpleActivity(), FlingListener {
|
||||
|
||||
WindowCompat.setDecorFitsSystemWindows(window, false)
|
||||
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS)
|
||||
|
||||
mScreenHeight = realScreenSize.y
|
||||
mAllAppsFragmentY = mScreenHeight
|
||||
mWidgetsFragmentY = mScreenHeight
|
||||
|
Loading…
x
Reference in New Issue
Block a user