Handle unsupported encoding exception body

This commit is contained in:
M66B
2024-01-24 07:35:59 +01:00
parent 333f60de30
commit 92d0dc34d4

View File

@@ -3802,7 +3802,7 @@ public class MessageHelper {
} else
Log.w(msg);
}
} catch (DecodingException ex) {
} catch (DecodingException | UnsupportedEncodingException ex) {
Log.e(ex);
warnings.add(Log.formatThrowable(ex, false));
return null;