Small improvements

This commit is contained in:
M66B
2019-07-01 14:14:09 +02:00
parent 9f5a829206
commit 22cedd0a84
4 changed files with 7 additions and 3 deletions

View File

@@ -478,7 +478,6 @@ public class Helper {
@Override
protected void onException(Bundle args, Throwable ex) {
Log.e(ex);
if (ex instanceof IllegalArgumentException)
Toast.makeText(context, ex.getMessage(), Toast.LENGTH_LONG).show();
else