mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Defer search init
This commit is contained in:
@@ -5881,6 +5881,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
@Override
|
||||
public void onLoading() {
|
||||
loading = true;
|
||||
initialized = true;
|
||||
updateListState("Loading", SimpleTask.getCount(), adapter == null ? 0 : adapter.getItemCount());
|
||||
}
|
||||
|
||||
@@ -5948,7 +5949,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
updateExpanded();
|
||||
|
||||
initialized = true;
|
||||
if (viewType != AdapterMessage.ViewType.SEARCH)
|
||||
initialized = true;
|
||||
updateListState("Observed", SimpleTask.getCount(), messages.size());
|
||||
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user