Fix scrolling on login

This commit is contained in:
ganfra
2022-12-02 15:50:56 +01:00
parent 3b0027b8b5
commit e54520c2fa
3 changed files with 16 additions and 7 deletions

View File

@@ -47,7 +47,6 @@ class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
// FIXME Scrolling is broken on login screens. Commenting this line fixes the issue.
WindowCompat.setDecorFitsSystemWindows(window, false)
setContent {
ElementXTheme {