deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.1k stars 144 forks source link

fix crash on some mailto: links #3158

Closed r10s closed 2 months ago

r10s commented 2 months ago

if the value part is missing, it otherwise crashes when calling MailtoUtil.getText() and the exception is not handled there (it is not in at least one case).

therefore, just catch the exception in this cornercase (same for bad encoding) and return an empty string.

nb: i could not reproduce, however, the reported crash is pretty obvious

closes #3157

github-actions[bot] commented 2 months ago

To test the changes in this pull request, install this apk: 📦 app-preview.apk