mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Resize "Save to Syncthing" activity when keyboard is open (fixes #897)
This commit is contained in:
parent
81c7eb3acc
commit
97b3bdb9cc
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue