Add FIXME

This commit is contained in:
Benoit Marty
2022-11-25 10:02:39 +01:00
parent 4722ed58b6
commit 62e10d5369

View File

@@ -35,6 +35,7 @@ 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 {