فهرست منبع

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