Add FIXME
This commit is contained in:
parent
4722ed58b6
commit
62e10d5369
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class MainActivity : ComponentActivity() {
|
||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
|
// FIXME Scrolling is broken on login screens. Commenting this line fixes the issue.
|
||||||
WindowCompat.setDecorFitsSystemWindows(window, false)
|
WindowCompat.setDecorFitsSystemWindows(window, false)
|
||||||
setContent {
|
setContent {
|
||||||
ElementXTheme {
|
ElementXTheme {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue