mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Fixed crash
This commit is contained in:
@@ -96,7 +96,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
} else
|
||||
intf.onNext(null);
|
||||
|
||||
if (pos + 1 <= list.size()) {
|
||||
if (pos + 1 < list.size()) {
|
||||
TupleMessageEx prev = list.get(pos + 1);
|
||||
if (prev == null)
|
||||
load = true;
|
||||
|
||||
Reference in New Issue
Block a user