mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Reverse navigation direction
This commit is contained in:
@@ -156,6 +156,12 @@ public class ApplicationEx extends Application {
|
||||
editor.putBoolean("compose_media", false);
|
||||
editor.remove("style_toolbar");
|
||||
}
|
||||
|
||||
} else if (version < 709) {
|
||||
if (prefs.getBoolean("swipe_reversed", false)) {
|
||||
editor.putBoolean("reversed", true);
|
||||
editor.remove("swipe_reversed");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user