mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed widget init
This commit is contained in:
@@ -147,9 +147,9 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
}
|
||||
});
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
db.message().liveUnseen().observe(this, new Observer<TupleMessageStats>() {
|
||||
db.message().liveUnseenWidget().observe(this, new Observer<TupleMessageStats>() {
|
||||
private Integer lastUnseen = null;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user