mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-26 23:58:41 +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)
|
WindowCompat.setDecorFitsSystemWindows(window, false)
|
||||||
|
|
||||||
window.addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS)
|
|
||||||
|
|
||||||
mScreenHeight = realScreenSize.y
|
mScreenHeight = realScreenSize.y
|
||||||
mAllAppsFragmentY = mScreenHeight
|
mAllAppsFragmentY = mScreenHeight
|
||||||
mWidgetsFragmentY = mScreenHeight
|
mWidgetsFragmentY = mScreenHeight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user