Small improvement

This commit is contained in:
M66B 2021-08-25 07:47:35 +02:00
parent 9741825fd1
commit b2baa98565
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class FragmentGmail extends FragmentBase {
PackageManager pm = getContext().getPackageManager();
if (intent.resolveActivity(pm) == null) { // system whitelisted
Log.e("newChooseAccountIntent unavailable");
throw new IllegalArgumentException(getString(R.string.title_no_viewer, intent));
Helper.reportNoViewer(getContext(), intent);
}
startActivityForResult(intent, ActivitySetup.REQUEST_CHOOSE_ACCOUNT);
} catch (Throwable ex) {