[app] improve scrolling on small screens for add repo screen

This commit is contained in:
Torsten Grote
2023-12-12 10:06:21 -03:00
parent 10d6e5b244
commit f54e9cc4ca

View File

@@ -98,6 +98,7 @@
android:name=".views.repos.AddRepoActivity"
android:exported="true"
android:launchMode="singleInstance"
android:windowSoftInputMode="adjustResize"
android:parentActivityName=".views.main.MainActivity">
<intent-filter android:autoVerify="true">