@@ -5,7 +5,11 @@ import android.util.AttributeSet
|
||||
import app.lawnchair.search.LawnchairSearchUiDelegate
|
||||
import com.android.launcher3.allapps.LauncherAllAppsContainerView
|
||||
|
||||
class SearchContainerView(context: Context?, attrs: AttributeSet?) : LauncherAllAppsContainerView(context, attrs) {
|
||||
class SearchContainerView @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0
|
||||
) : LauncherAllAppsContainerView(context, attrs, defStyleAttr) {
|
||||
|
||||
override fun createSearchUiDelegate() = LawnchairSearchUiDelegate(this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user