Skip to content
Commit 1a9f7387 authored by Ming-Shin Lu's avatar Ming-Shin Lu
Browse files

Fix NPE on WindowContainer#isOnTop

RecentsAnimationController#removeTask will use WC#isOnTop
to check if can accept the remote animation task target removal.

However, it may hit the timing that the parent of the task might be
removed prior than removeTask called, so caued exception during
WC#getParent().

Add null check in WC#inOnTop to return false when WC#getParent is null.

Bug: 158937083
Test: atest WindowContainerTests
Change-Id: I17b1f709722f573af6efcd00523d434766bca800
parent 06b2e1cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment