mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Split view/compose zoom
This commit is contained in:
@@ -709,7 +709,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean compact = prefs.getBoolean("compact", false);
|
||||
int zoom = prefs.getInt("zoom", compact ? 0 : 1);
|
||||
int zoom = prefs.getInt("view_zoom", compact ? 0 : 1);
|
||||
if (zoom == 0)
|
||||
zoom = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user