mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Merge pull request #12309 from Wladefant/patch-1
[android] Fix invert scrolling default value mismatch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user