mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
9b5f4aa48da8fd8fe6f8a5c3fe53f5dbef1664f1
- Even though the object wrapper is used within the same process, the call to start the fallback recents activity means that the system still ends up holding a reference to a copy of the intent and its extras, including the reference to the wrapper and the thumbnail it references, until the activity is destroyed (or next restarted). We need to clear the actual object strong ref after it's used when handling the new intent. - The running task can have an associated thumbnail, so we should also clear the tmp running task ref when we leave overview. Change-Id: Icdc0b1989b13927d112949797752615014856970
Languages
Java
73.1%
Kotlin
26.5%
AIDL
0.3%
Python
0.1%