1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 22:31:16 +00:00

Resize "Save to Syncthing" activity when keyboard is open (fixes #897)

This commit is contained in:
Felix Ableitner 2017-06-02 14:54:15 +09:00
parent 81c7eb3acc
commit 97b3bdb9cc

View file

@ -54,7 +54,8 @@
android:name=".activities.ShareActivity"
android:label="@string/share_activity_title"
android:excludeFromRecents="true"
android:taskAffinity="">
android:taskAffinity=""
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />