mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 19:53:33 +00:00
parent
23c9663023
commit
6e3899f7e0
1 changed files with 2 additions and 0 deletions
|
@ -580,6 +580,7 @@ public class FolderActivity extends SyncthingActivity
|
||||||
* or enabled root mode thus having write access.
|
* or enabled root mode thus having write access.
|
||||||
*/
|
*/
|
||||||
mFolder.type = Constants.FOLDER_TYPE_SEND_RECEIVE;
|
mFolder.type = Constants.FOLDER_TYPE_SEND_RECEIVE;
|
||||||
|
updateFolderTypeDescription();
|
||||||
} else {
|
} else {
|
||||||
mEditIgnoreListTitle.setEnabled(true);
|
mEditIgnoreListTitle.setEnabled(true);
|
||||||
mEditIgnoreListContent.setEnabled(true);
|
mEditIgnoreListContent.setEnabled(true);
|
||||||
|
@ -591,6 +592,7 @@ public class FolderActivity extends SyncthingActivity
|
||||||
mEditIgnoreListTitle.setEnabled(false);
|
mEditIgnoreListTitle.setEnabled(false);
|
||||||
mEditIgnoreListContent.setEnabled(false);
|
mEditIgnoreListContent.setEnabled(false);
|
||||||
mFolder.type = Constants.FOLDER_TYPE_SEND_ONLY;
|
mFolder.type = Constants.FOLDER_TYPE_SEND_ONLY;
|
||||||
|
updateFolderTypeDescription();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue