Auto scroll up conversations

This commit is contained in:
M66B
2019-05-05 13:58:15 +02:00
parent 0fb29cdeaa
commit df8d10b254
3 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package eu.faircode.email;
public class TupleThreadStats {
String accountName;
Integer count;
Integer unseen;
}