improvement: Enable New send button on release builds

This commit is contained in:
Artem Chepurnoy 2024-04-10 10:32:36 +03:00
parent 6ab5e8f5ec
commit 30db360ef1
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ fun sendListScreenState(
canEditFlow, canEditFlow,
selectionHandle.idsFlow, selectionHandle.idsFlow,
) { canEdit, selectedItemIds -> ) { canEdit, selectedItemIds ->
if (canEdit && selectedItemIds.isEmpty() && !isRelease) { if (canEdit && selectedItemIds.isEmpty()) {
primaryActionsAll primaryActionsAll
} else { } else {
// No items // No items