mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Fixed crash
This commit is contained in:
@@ -3518,7 +3518,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
same = false;
|
||||
Log.i("preview changed id=" + next.id);
|
||||
}
|
||||
if (!prev.sent.equals(next.sent)) {
|
||||
if (!Objects.equals(prev.sent, next.sent)) {
|
||||
same = false;
|
||||
Log.i("sent changed id=" + next.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user