mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Fixed thread stats
This commit is contained in:
@@ -3065,7 +3065,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
break;
|
||||
|
||||
case THREAD:
|
||||
db.message().liveThreadStats(account, thread, null).observe(getViewLifecycleOwner(), new Observer<TupleThreadStats>() {
|
||||
db.message().liveThreadStats(account, thread, null, filter_archive).observe(getViewLifecycleOwner(), new Observer<TupleThreadStats>() {
|
||||
@Override
|
||||
public void onChanged(TupleThreadStats stats) {
|
||||
if (stats == null)
|
||||
|
||||
Reference in New Issue
Block a user