Merge "Null out Activity in split controller" into udc-qpr-dev

This commit is contained in:
Vinit Nayak
2023-08-22 16:21:45 +00:00
committed by Android (Google) Code Review
3 changed files with 10 additions and 2 deletions
@@ -471,6 +471,10 @@ public class QuickstepLauncher extends Launcher {
mDesktopVisibilityController.unregisterSystemUiListener();
}
if (mSplitSelectStateController != null) {
mSplitSelectStateController.onDestroy();
}
super.onDestroy();
mHotseatPredictionController.destroy();
mSplitWithKeyboardShortcutController.onDestroy();