mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
set default two way sync value to true
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
a413005cb9
commit
67b78283f2
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ public final class AppPreferencesImpl implements AppPreferences {
|
|||
|
||||
@Override
|
||||
public boolean isTwoWaySyncEnabled() {
|
||||
return preferences.getBoolean(PREF__TWO_WAY_STATUS, false);
|
||||
return preferences.getBoolean(PREF__TWO_WAY_STATUS, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue