mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 13:03:13 +02:00
Report number of found message for list state
This commit is contained in:
@@ -4537,9 +4537,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoaded() {
|
||||
public void onLoaded(int found) {
|
||||
loading = false;
|
||||
updateListState("Loaded", SimpleTask.getCount(), adapter.getItemCount());
|
||||
updateListState("Loaded found=" + found, SimpleTask.getCount(), adapter.getItemCount() + found);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user