Merge "Ensure SensorManager is destroyed on Launcher activity destruction"

This commit is contained in:
Alex Chau
2022-01-11 10:42:32 +00:00
committed by Android (Google) Code Review

View File

@@ -89,6 +89,7 @@ class ScopedUnfoldTransitionProgressProvider @JvmOverloads constructor(
override fun destroy() {
source?.removeCallback(this)
source?.destroy()
}
override fun onTransitionStarted() {