mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +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.
|
||||
*/
|
||||
mFolder.type = Constants.FOLDER_TYPE_SEND_RECEIVE;
|
||||
updateFolderTypeDescription();
|
||||
} else {
|
||||
mEditIgnoreListTitle.setEnabled(true);
|
||||
mEditIgnoreListContent.setEnabled(true);
|
||||
|
@ -591,6 +592,7 @@ public class FolderActivity extends SyncthingActivity
|
|||
mEditIgnoreListTitle.setEnabled(false);
|
||||
mEditIgnoreListContent.setEnabled(false);
|
||||
mFolder.type = Constants.FOLDER_TYPE_SEND_ONLY;
|
||||
updateFolderTypeDescription();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue