Fix scrolling on login

This commit is contained in:
ganfra 2022-12-02 15:50:56 +01:00
parent dfe302d5b3
commit a24c88032a
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 {