Fix scrolling on login
This commit is contained in:
parent
dfe302d5b3
commit
a24c88032a
3 changed files with 16 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue