remove redundant code

This commit is contained in:
Milos Kozak 2023-10-18 13:33:11 +02:00
parent 90e23b4f78
commit b7237ea6ec

View file

@ -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