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

@@ -604,7 +604,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
@Override
protected void onException(Bundle args, Throwable ex) {
Toast.makeText(ActivityView.this, Helper.formatThrowable(ex, false), Toast.LENGTH_LONG).show();
Toast.makeText(ActivityView.this,
Helper.formatThrowable(ex, false), Toast.LENGTH_LONG).show();
}
}.execute(this, new Bundle(), "crash:log");
}