mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01: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