Fixed thread stats

This commit is contained in:
M66B
2020-04-01 11:09:45 +02:00
parent 7f2ea40ace
commit e11c9a4067
2 changed files with 7 additions and 2 deletions

View File

@@ -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)