"move upload" is first default when on first startup

This commit is contained in:
tobiasKaminsky 2016-08-02 21:36:11 +02:00 committed by Andy Scherzinger
parent 1ad97d9ff7
commit 76ddafa4ad

View file

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