Fix smartspace long click listener

This commit is contained in:
Suphon Thanakornpakapong
2022-05-19 11:52:47 +07:00
parent e8ac3e23ff
commit 6fa840aea9
@@ -27,7 +27,7 @@ class SmartspaceViewContainer @JvmOverloads constructor(
val inflater = LayoutInflater.from(context)
smartspaceView = inflater.inflate(R.layout.smartspace_enhanced, this, false) as BcSmartspaceView
smartspaceView.previewMode = previewMode
smartspaceView.setOnLongClickListener {
setOnLongClickListener {
openOptions()
true
}