From d0385f85f9c785bf39392ef5fe6ec76cd6214c23 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Wed, 27 Nov 2024 16:12:48 +0200 Subject: [PATCH] Fix incorrect check if CIS-2 tx notifications are on --- .../core/notifications/TransactionNotificationsManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/concordium/wallet/core/notifications/TransactionNotificationsManager.kt b/app/src/main/java/com/concordium/wallet/core/notifications/TransactionNotificationsManager.kt index bc468aff..a656cd7f 100644 --- a/app/src/main/java/com/concordium/wallet/core/notifications/TransactionNotificationsManager.kt +++ b/app/src/main/java/com/concordium/wallet/core/notifications/TransactionNotificationsManager.kt @@ -35,7 +35,7 @@ class TransactionNotificationsManager( get() = areNotificationsEnabled && notificationsPreferences.areCcdTxNotificationsEnabled private val areCis2TxNotificationsEnabled: Boolean - get() = areNotificationsEnabled && notificationsPreferences.areCcdTxNotificationsEnabled + get() = areNotificationsEnabled && notificationsPreferences.areCis2TxNotificationsEnabled @SuppressLint("MissingPermission") fun notifyCcdTransaction(