[DO NOT MERGE] Bail early if mToken.asBinder() not found
Not able to reproduce what's in the original bug report, this null check is added as a safe guard. A possible scenario is PipTaskOrganizer#exitPip is called twice and there is a race condition that the first applySyncTransaction is not ready yet and leave the internal state as it was, the second call tries to get configuration and it is null, which leads to a NPE. Bug: 169173459 Test: N/A Change-Id: Ie5292e8749bc186fba930dfee59c26d10ea680cd
Loading
Please register or sign in to comment