mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed service statistics
This commit is contained in:
@@ -20,7 +20,7 @@ package eu.faircode.email;
|
||||
*/
|
||||
|
||||
public class TupleAccountStats {
|
||||
public Integer accounts;
|
||||
public Integer operations;
|
||||
public Integer unsent;
|
||||
public Integer accounts = 0;
|
||||
public Integer operations = 0;
|
||||
public Integer unsent = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user