Koji Arai pointed out that I screwed up the constants for folder open modes
This commit is contained in:
parent
09c27d94b8
commit
7aeaa46fe6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public abstract class Folder {
|
|||
private long lastPush = 0;
|
||||
|
||||
public static final int OPEN_MODE_RW=0;
|
||||
public static final int OPEN_MODE_RO=0;
|
||||
public static final int OPEN_MODE_RO=1;
|
||||
|
||||
// NONE is obsolete, it will be translated to NO_CLASS for display and to INHERITED for sync and push
|
||||
public enum FolderClass {
|
||||
|
|
Loading…
Reference in a new issue