Browse Source

resolves #1434 - adding the ability to cancel the dialog via calncel-button and HW/SW-back-button

AndyScherzinger 7 years ago
parent
commit
164711f40b

+ 0 - 1
src/main/java/com/owncloud/android/ui/dialog/SyncedFolderPreferencesDialogFragment.java

@@ -114,7 +114,6 @@ public class SyncedFolderPreferencesDialogFragment extends DialogFragment {
         // keep the state of the fragment on configuration changes
         setRetainInstance(true);
 
-        setCancelable(false);
         mView = null;
 
         mSyncedFolder = getArguments().getParcelable(SYNCED_FOLDER_PARCELABLE);