mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added search error reporting
This commit is contained in:
@@ -572,7 +572,6 @@ public class FragmentAccount extends FragmentEx {
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Toast.makeText(getContext(), ex.toString(), Toast.LENGTH_LONG).show();
|
||||
// TODO: recover from error
|
||||
}
|
||||
}.load(FragmentAccount.this, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user