Small improvement

This commit is contained in:
M66B
2022-07-11 14:08:04 +02:00
parent 3dccca1e8a
commit b37cde1c5a

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