From 30db360ef17d1503b855ead094895725e4d6843c Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Wed, 10 Apr 2024 10:32:36 +0300 Subject: [PATCH] improvement: Enable New send button on release builds --- .../artemchep/keyguard/feature/send/SendListStateProducer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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