mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Scroll to top by default
This commit is contained in:
@@ -3514,7 +3514,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
boolean autoscroll =
|
||||
(viewType == AdapterMessage.ViewType.THREAD ||
|
||||
(viewType != ViewType.SEARCH &&
|
||||
prefs.getBoolean("autoscroll", false)));
|
||||
prefs.getBoolean("autoscroll", true)));
|
||||
|
||||
int prev = 0;
|
||||
if (autoscroll && previousList != null)
|
||||
|
||||
Reference in New Issue
Block a user