mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Added special case for no full text search support
This commit is contained in:
@@ -5788,6 +5788,11 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
updateListState("Loaded found=" + found, SimpleTask.getCount(), adapter == null ? 0 : adapter.getItemCount() + found);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onWarning(String message) {
|
||||
ToastEx.makeText(getContext(), message, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onException(@NonNull Throwable ex) {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
|
||||
Reference in New Issue
Block a user