mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Improved reply/forward handling
This commit is contained in:
@@ -117,7 +117,7 @@ public class ViewModelBrowse extends ViewModel {
|
||||
String body = null;
|
||||
if (message.content)
|
||||
try {
|
||||
body = message.read(state.context);
|
||||
body = Helper.readText(EntityMessage.getFile(state.context, message.id));
|
||||
} catch (IOException ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user