소스 검색

make locl path only choosable for custom folders on creation

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

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

@@ -158,6 +158,8 @@ public class SyncedFolderPreferencesDialogFragment extends DialogFragment {
 
             // disable save button
             view.findViewById(R.id.save).setEnabled(false);
+        } else {
+            view.findViewById(R.id.local_folder_container).setVisibility(View.GONE);
         }
 
         // find/saves UI elements