Refactoring

This commit is contained in:
M66B
2019-03-14 07:45:13 +00:00
parent 6d1438f31f
commit 98b84f8927
11 changed files with 67 additions and 44 deletions

View File

@@ -112,7 +112,7 @@ public class ViewModelBrowse extends ViewModel {
String body = null;
if (message.content)
try {
body = Helper.readText(EntityMessage.getFile(state.context, message.id));
body = Helper.readText(message.getFile(state.context));
} catch (IOException ex) {
Log.e(ex);
}