mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Revert "Show number of messages found, when possible"
This reverts commit ab8898b422.
This commit is contained in:
@@ -3375,11 +3375,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
pbWait.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFound(String query, int count) {
|
||||
setSubtitle(getString(R.string.title_name_count, query, count));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onException(@NonNull Throwable ex) {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
|
||||
Reference in New Issue
Block a user