diff --git a/lawnchair/src/app/lawnchair/smartspace/SmartspaceViewContainer.kt b/lawnchair/src/app/lawnchair/smartspace/SmartspaceViewContainer.kt index 1fc60a06e8..ebffb167f9 100644 --- a/lawnchair/src/app/lawnchair/smartspace/SmartspaceViewContainer.kt +++ b/lawnchair/src/app/lawnchair/smartspace/SmartspaceViewContainer.kt @@ -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 }