Skip to content
Commit a6190645 authored by Kevin Han's avatar Kevin Han
Browse files

Don't throw exception for inflation after removal

There are some cases where we seem to be inflating after the removal of
a notification, most likely related to a re-entrant call where we
remove a notification as part of a notification update listener.  This
throws an exception since we assume a removed notification doesn't need
to inflate anything.

Until we fix the underlying issue, we loosen the guarantee and remove
the exception and instead just return early.

Bug: 155324756
Test: builds
Change-Id: I702391311e9d06319f4d93dd584ecc2a4dd78a36
parent 10f48bb6
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