Add FIXME
This commit is contained in:
parent
b1ad191740
commit
1d07384b83
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue