Fixed scrolling up threads

This commit is contained in:
M66B
2019-05-06 17:46:39 +02:00
parent cf63531253
commit 01f5e07deb
2 changed files with 3 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ package eu.faircode.email;
public class TupleThreadStats {
String accountName;
Integer count;
Integer unseen;
Integer seen;
}