mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Small improvement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user