mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
"move upload" is first default when on first startup
This commit is contained in:
parent
1ad97d9ff7
commit
76ddafa4ad
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public abstract class PreferenceManager {
|
|||
*/
|
||||
public static int getUploaderBehaviour(Context context) {
|
||||
return getDefaultSharedPreferences(context)
|
||||
.getInt(AUTO_PREF__UPLOADER_BEHAVIOR, 0);
|
||||
.getInt(AUTO_PREF__UPLOADER_BEHAVIOR, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue