Small improvement

This commit is contained in:
M66B 2022-07-11 14:08:04 +02:00
parent 3dccca1e8a
commit b37cde1c5a
1 changed files with 1 additions and 1 deletions

View File

@ -1432,7 +1432,7 @@ public class FragmentIdentity extends FragmentBase {
onDelete();
break;
case REQUEST_SIGNATURE:
if (resultCode == RESULT_OK)
if (resultCode == RESULT_OK && data != null)
onHtml(data.getExtras());
break;
}