|
@@ -197,7 +197,8 @@
|
|
|
android:name=".ui.activity.ShareActivity"
|
|
|
android:label="@string/share_dialog_title"
|
|
|
android:theme="@style/Theme.ownCloud.Dialog"
|
|
|
- android:launchMode="singleTop" >
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:windowSoftInputMode="adjustResize" >
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.SEARCH" />
|
|
|
</intent-filter>
|