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:
Aayush Gupta
2025-10-25 00:50:25 +08:00
parent b279e14d29
commit 51b9c08d25

View File

@@ -110,7 +110,8 @@
<!-- Activity to host composable screens -->
<activity
android:name=".ComposeActivity"
android:exported="false" />
android:exported="false"
android:windowSoftInputMode="adjustResize" />
<!-- Notification Action (Download Complete) -->
<activity