Merge "Move recents dependency destruction to onDestroy from onDetachedWindow" into main
This commit is contained in:
@@ -562,6 +562,11 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer,
|
||||
mSplitSelectStateController.onDestroy();
|
||||
}
|
||||
|
||||
RecentsView recentsView = getOverviewPanel();
|
||||
if (recentsView != null) {
|
||||
recentsView.destroy();
|
||||
}
|
||||
|
||||
super.onDestroy();
|
||||
mHotseatPredictionController.destroy();
|
||||
if (mViewCapture != null) mViewCapture.close();
|
||||
|
||||
Reference in New Issue
Block a user