Check background sync and migrate to new value

This commit is contained in:
MasterWanna 2021-05-03 00:39:46 +08:00
parent b02021dda0
commit ce3546949f

View file

@ -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();
}