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:
@@ -8,6 +8,7 @@
|
||||
<application>
|
||||
<activity
|
||||
android:name="net.newpipe.app.ComposeActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user