Apply appropriate padding on <= API 29 devices
Ref: https://issuetracker.google.com/issues/266331465#comment21 Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -110,7 +110,8 @@
|
|||||||
<!-- Activity to host composable screens -->
|
<!-- Activity to host composable screens -->
|
||||||
<activity
|
<activity
|
||||||
android:name=".ComposeActivity"
|
android:name=".ComposeActivity"
|
||||||
android:exported="false" />
|
android:exported="false"
|
||||||
|
android:windowSoftInputMode="adjustResize" />
|
||||||
|
|
||||||
<!-- Notification Action (Download Complete) -->
|
<!-- Notification Action (Download Complete) -->
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
Reference in New Issue
Block a user