1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-30 09:12:10 +00:00

Resize compose activity during input

See: https://issuetracker.google.com/issues/266331465#comment21

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-05-04 00:25:36 +08:00
parent b7ab28dcbe
commit f4ae6b75c5
@@ -8,6 +8,7 @@
<application>
<activity
android:name="net.newpipe.app.ComposeActivity"
android:exported="false" />
android:exported="false"
android:windowSoftInputMode="adjustResize" />
</application>
</manifest>