Uwais Ashraf
a9d5cc877c
Destroy dep tree on RecentsView detached. This prevents leaks.
Scenario 1 was already working, this CL fixes scenario 2 and leaves scenario 3 broken.
3 Scenarios:
Scenario 1 (occurs in real usage):
Launcher instance 1 init
Launcher instance 2 init
Launcher instance 1 destroy
Launcher instance 2 destroy
Scenario 2 (occurs in testStressPressHome):
Launcher instance 1 init
Launcher instance 1 destroy
Launcher instance 2 init
Launcher instance 2 destroy
Scenario 3 (does not currently happen):
Launcher instance 1 init
Launcher instance 2 init
Launcher instance 2 destroy
Launcher instance 1 destroy
Fix: 381160061
Flag: com.android.launcher3.enable_refactor_task_thumbnail
Test: TaplStartLauncherViaGestureTests#testStressPressHome
Change-Id: I7c82ce97e7a7f0698b9adad38f59e4555f0d1bdc
2024-12-19 06:16:28 -08:00
..
2024-08-06 18:47:22 +01:00
2024-09-19 11:20:30 -07:00
2024-12-10 08:19:22 +00:00
2024-12-19 06:16:28 -08:00
2024-11-22 21:23:21 +00:00
2024-10-07 16:57:08 -04:00
2024-12-10 17:28:55 +00:00
2024-09-10 13:59:01 -04:00
2024-12-03 18:20:56 +00:00
2024-12-06 17:10:03 +00:00