diff --git a/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/send/SendListStateProducer.kt b/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/send/SendListStateProducer.kt index a7d67155..37faa373 100644 --- a/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/send/SendListStateProducer.kt +++ b/common/src/commonMain/kotlin/com/artemchep/keyguard/feature/send/SendListStateProducer.kt @@ -717,7 +717,7 @@ fun sendListScreenState( canEditFlow, selectionHandle.idsFlow, ) { canEdit, selectedItemIds -> - if (canEdit && selectedItemIds.isEmpty() && !isRelease) { + if (canEdit && selectedItemIds.isEmpty()) { primaryActionsAll } else { // No items