1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2020-06-27 19:19:19 +02:00
parent 1cb0b80e1a
commit de4089ee33

View file

@ -3548,7 +3548,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
properties.setHeight(message.id, null);
properties.setPosition(message.id, null);
setupTools(message, false, true);
if (BuildConfig.DEBUG)
setupTools(message, false, true);
else
bindBody(message, false);
}
private void onShowImagesConfirmed(TupleMessageEx message) {