From b7237ea6ec7758e1c6ea389850a6dafc21cceb37 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Wed, 18 Oct 2023 13:33:11 +0200 Subject: [PATCH] remove redundant code --- .../app/aaps/plugins/main/general/overview/OverviewFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt b/plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt index 8f5f834e1f..76ceac01f6 100644 --- a/plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt +++ b/plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt @@ -231,7 +231,6 @@ class OverviewFragment : DaggerFragment(), View.OnClickListener, OnLongClickList binding.buttonsLayout.quickWizardButton.setOnLongClickListener(this) binding.infoLayout.apsMode.setOnClickListener(this) binding.infoLayout.apsMode.setOnLongClickListener(this) - binding.activeProfile.setOnLongClickListener(this) } @Synchronized