mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
parent
55915d7956
commit
37c4574eca
1 changed files with 2 additions and 0 deletions
|
@ -577,6 +577,7 @@ public class FolderActivity extends SyncthingActivity
|
|||
* or enabled root mode thus having write access.
|
||||
*/
|
||||
mFolder.type = Constants.FOLDER_TYPE_SEND_RECEIVE;
|
||||
updateFolderTypeDescription();
|
||||
}
|
||||
} else {
|
||||
// Force "sendonly" folder.
|
||||
|
@ -584,6 +585,7 @@ public class FolderActivity extends SyncthingActivity
|
|||
mFolderTypeView.setEnabled(false);
|
||||
mEditIgnores.setEnabled(false);
|
||||
mFolder.type = Constants.FOLDER_TYPE_SEND_ONLY;
|
||||
updateFolderTypeDescription();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue