mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Fixed folder versioning
This commit is contained in:
parent
337dc146a9
commit
a263b0c8e2
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ public class FolderFragment extends Fragment
|
|||
mFolder.versioning = new Folder.Versioning();
|
||||
mVersioningKeepView.setText(R.string.off);
|
||||
} else {
|
||||
mFolder.versioning.type = "simple";
|
||||
mFolder.versioning.params.put("keep", valueOf(intValue));
|
||||
mVersioningKeepView.setText(valueOf(intValue));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue