소스 검색

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

AndyScherzinger 7 년 전
부모
커밋
164711f40b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/owncloud/android/ui/dialog/SyncedFolderPreferencesDialogFragment.java

+ 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);