Improved reply/forward handling

This commit is contained in:
M66B
2019-01-21 16:45:05 +00:00
parent 2b3d6b94da
commit 332fcb5557
14 changed files with 132 additions and 136 deletions

View File

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