mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Prevent loop
This commit is contained in:
parent
f1de4e5234
commit
d79b7e0705
1 changed files with 1 additions and 2 deletions
|
@ -5173,8 +5173,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
if (ascending) {
|
||||
if (currentList != null && currentList.size() > 0) {
|
||||
properties.scrollTo(currentList.size() - 1, 0);
|
||||
if (currentList.get(currentList.size() - 1) != null)
|
||||
gotoTop = false;
|
||||
gotoTop = false;
|
||||
}
|
||||
} else {
|
||||
gotoTop = false;
|
||||
|
|
Loading…
Reference in a new issue