mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Fix potential edge case unseen messages
This commit is contained in:
@@ -25,8 +25,8 @@ import androidx.annotation.Nullable;
|
||||
import java.util.Objects;
|
||||
|
||||
public class TupleMessageStats {
|
||||
public Integer unseen;
|
||||
public Integer ignored;
|
||||
public Integer unseen = 0;
|
||||
public Integer ignored = 0;
|
||||
|
||||
@Override
|
||||
public boolean equals(@Nullable Object obj) {
|
||||
|
||||
Reference in New Issue
Block a user