Skip to content

Commit

Permalink
Fix onDestroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 22, 2023
1 parent 3a2bef3 commit 2aac2b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lawnchair/src/app/lawnchair/LawnchairLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ class LawnchairLauncher : QuickstepLauncher() {
}

override fun onDestroy() {
super.onDestroy()
lifecycle.handleLifecycleEvent(Lifecycle.Event.ON_DESTROY)
// Only actually closes if required, safe to call if not enabled
SmartspacerClient.close()
}

Expand Down

0 comments on commit 2aac2b3

Please sign in to comment.