From 3ee2dc11c656d571d6dc579b792bccc1406af62f Mon Sep 17 00:00:00 2001 From: Jokwanhee Date: Sat, 16 Nov 2024 17:59:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[del]=20onSwitch=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../koreatech/koin/core/view/notificaiton/NotificationHeader.kt | 1 - .../in/koreatech/koin/core/view/notificaiton/NotificationRow.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationHeader.kt b/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationHeader.kt index 5d20e3ef0..e855abed7 100644 --- a/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationHeader.kt +++ b/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationHeader.kt @@ -42,7 +42,6 @@ class NotificationHeader @JvmOverloads constructor( binding.btnSwitchFake.isVisible = true Handler(Looper.getMainLooper()).postDelayed({ binding.btnSwitch.isChecked = true - onSwitchClickListener?.onSwitch(true) binding.btnSwitchFake.isVisible = false }, 300) } else { diff --git a/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationRow.kt b/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationRow.kt index b4a4e716d..51147c3ea 100644 --- a/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationRow.kt +++ b/core/src/main/java/in/koreatech/koin/core/view/notificaiton/NotificationRow.kt @@ -30,7 +30,6 @@ class NotificationRow @JvmOverloads constructor( binding.btnSwitchFake.isVisible = true Handler(Looper.getMainLooper()).postDelayed({ binding.btnSwitch.isChecked = true - onSwitchClickListener?.onSwitch(true) binding.btnSwitchFake.isVisible = false }, 300) } else { From 3366103136f1aebd06093a7d7843dfe7b7b8e8d7 Mon Sep 17 00:00:00 2001 From: Jokwanhee Date: Sat, 16 Nov 2024 18:00:55 +0900 Subject: [PATCH 2/2] [fix] update v4.0.6 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1707aada1..04669845b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,8 +7,8 @@ buildscript { } extra.apply { - set("versionName", "4.0.5") - set("versionCode", 40005) + set("versionName", "4.0.6") + set("versionCode", 40006) // 코인 버전 관리 set("versionBusinessName", "1.0.1")