mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
One shot page loaded
This commit is contained in:
@@ -2451,7 +2451,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
private void bindConversationActions(TupleMessageEx message, ConversationActions cactions) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
boolean has = false;
|
||||
clearActions();
|
||||
if (cactions != null) {
|
||||
List<ConversationAction> actions = cactions.getConversationActions();
|
||||
for (final ConversationAction action : actions) {
|
||||
|
||||
Reference in New Issue
Block a user