parent
8d6c839c15
commit
56255c0b48
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ class MainActivity : SimpleActivity(), FlingListener {
|
|||
window.setDecorFitsSystemWindows(false)
|
||||
}
|
||||
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS)
|
||||
|
||||
mScreenHeight = realScreenSize.y
|
||||
mAllAppsFragmentY = mScreenHeight
|
||||
mWidgetsFragmentY = mScreenHeight
|
||||
|
|
Loading…
Reference in a new issue