From 4c74cc5f7f5a3b28138ef7340d926b9ecf72d6db Mon Sep 17 00:00:00 2001 From: Irfan Omur Date: Wed, 11 Sep 2024 18:21:15 +0300 Subject: [PATCH 1/2] Fix no campaign reminder shown logic --- .../android/notifications/local/LocalNotificationWorker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt b/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt index 5b6f768f74b..cdd21bfb5c6 100644 --- a/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt +++ b/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt @@ -74,7 +74,7 @@ class LocalNotificationWorker @AssistedInject constructor( private fun setNotificationShown(type: String) { when (LocalNotificationType.fromString(type)) { LocalNotificationType.BLAZE_NO_CAMPAIGN_REMINDER -> { - appsPrefsWrapper.isBlazeAbandonedCampaignReminderShown = true + appsPrefsWrapper.isBlazeNoCampaignReminderShown = true } LocalNotificationType.BLAZE_ABANDONED_CAMPAIGN_REMINDER -> { From c5f4d03a8d4585e1b28af2864755ab7af3a1cb0d Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Thu, 12 Sep 2024 03:45:53 -0400 Subject: [PATCH 2/2] Bump version number --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 2ce7c49de65..d594f7ff6a6 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -versionName=20.3-rc-2 -versionCode=602 \ No newline at end of file +versionName=20.3-rc-3 +versionCode=603 \ No newline at end of file