Merge "[DO NOT MERGE] Ensure SensorManager is destroyed on Launcher activity destruction" into sc-v2-dev

This commit is contained in:
Nicolò Mazzucato
2022-02-04 16:56:51 +00:00
committed by Android (Google) Code Review

View File

@@ -111,6 +111,7 @@ public final class ScopedUnfoldTransitionProgressProvider implements
@Override
public void destroy() {
mSource.removeCallback(this);
mSource.destroy();
}
@Override