mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Fall-safe
This commit is contained in:
@@ -2451,6 +2451,7 @@ 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