Fix two small thumbnail leaks
- 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
Loading
Please register or sign in to comment