Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,7 @@
android:exported="false"
android:label="@string/share_dialog_title"
android:launchMode="singleTop"
android:theme="@style/Theme.ownCloud.Dialog.NoTitle"
android:windowSoftInputMode="adjustResize">
android:theme="@style/Theme.ownCloud.ShareDialog">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/java/com/nextcloud/client/di/AppModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,10 @@ CertificateValidator certificateValidator() {
@Provides
@Singleton
OverlayManager overlayManager(
SyncedFolderProvider syncedFolderProvider,
AppPreferences appPreferences,
ViewThemeUtils viewThemeUtils,
Context context,
UserAccountManager accountManager) {
return new OverlayManager(syncedFolderProvider, appPreferences, viewThemeUtils, context, accountManager);
return new OverlayManager(appPreferences, viewThemeUtils, context, accountManager);
}
}
192 changes: 0 additions & 192 deletions app/src/main/java/com/owncloud/android/ui/activity/ShareActivity.java

This file was deleted.

Loading
Loading