mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Check background sync and migrate to new value
This commit is contained in:
parent
b02021dda0
commit
ce3546949f
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ public class Migration_21_22 extends Migration {
|
|||
editor.remove("backgroundSync");
|
||||
editor.putBoolean("backgroundSync", true);
|
||||
}
|
||||
} else {
|
||||
editor.putBoolean("backgroundSync", true);
|
||||
}
|
||||
editor.apply();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue