Added search error reporting

This commit is contained in:
M66B
2018-08-27 05:49:11 +00:00
parent 6244a4557e
commit c7fc14111a
3 changed files with 14 additions and 2 deletions

View File

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