我遇到一个问题,当我在 themes.xml 中设置:true 并且我的清单中有 android:windowSoftInputMode="adjustResize" 时,android:windowSoftInputMode="adjustResize" 不再执行它的工作,当我注释掉 true 时adjustResize 再次起作用,我看到了很多答案,但在 Jetpack compose 中对我没有任何作用,有人知道如何解决这个问题吗?
我试过:WindowCompat.setDecorFitsSystemWindows(window, false) window.statusBarColor = Color.Transparent.toArgb() 但这也使得 adjustResize 不起作用。 我试过:android:fitsSystemWindows="true" 但那对我也没有任何作用