Revert "Show number of messages found, when possible"

This reverts commit ab8898b422.
This commit is contained in:
M66B
2020-01-18 19:37:26 +01:00
parent f384df28d3
commit 671d95a32b
2 changed files with 1 additions and 25 deletions

View File

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