1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

Small improvement

This commit is contained in:
M66B 2020-02-05 14:10:16 +01:00
parent 47b04a9a13
commit dbbd9f1aec

View file

@ -3180,6 +3180,7 @@ class Core {
text = HtmlHelper.getText(html); text = HtmlHelper.getText(html);
} catch (Throwable ex) { } catch (Throwable ex) {
Log.e(ex); Log.e(ex);
text = message.preview;
} }
// Wearables // Wearables