diff --git a/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/ApplicationSettingsActivity.java b/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/ApplicationSettingsActivity.java index a5f6c6180..f090478a7 100644 --- a/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/ApplicationSettingsActivity.java +++ b/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/ApplicationSettingsActivity.java @@ -282,7 +282,7 @@ public class ApplicationSettingsActivity extends AppCompatPreferenceActivity { SharedPreferences preferences = get(context); return preferences.getBoolean( - context.getString(R.string.preference_key_ui_invert_scrolling), false); + context.getString(R.string.preference_key_ui_invert_scrolling), true); } public static boolean getAskOnExit(Context context)