Skip to content

Commit

Permalink
Remove ComposeInitializer.initCompose
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 18, 2023
1 parent 3e74739 commit 9601b55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lawnchair/src/app/lawnchair/LawnchairLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import com.android.launcher3.util.RunnableList
import com.android.launcher3.util.SystemUiController.UI_STATE_BASE_WINDOW
import com.android.launcher3.util.Themes
import com.android.launcher3.util.TouchController
import com.android.launcher3.views.ComposeInitializer
import com.android.launcher3.views.FloatingSurfaceView
import com.android.launcher3.widget.LauncherWidgetHolder
import com.android.launcher3.widget.RoundedCornerEnforcement
Expand Down Expand Up @@ -162,11 +161,6 @@ class LawnchairLauncher : QuickstepLauncher() {
reloadIconsIfNeeded()
}

override fun setupViews() {
super.setupViews()
ComposeInitializer.initCompose(this)
}

override fun collectStateHandlers(out: MutableList<StateManager.StateHandler<*>>) {
super.collectStateHandlers(out)
out.add(SearchBarStateHandler(this))
Expand Down

0 comments on commit 9601b55

Please sign in to comment.