Loading
SystemUI: update notification clipping when reset
When notifications are reset, mExpandable gets forced to false, but the
view may still be clipping to outline due to an earlier
setExpandable(true) call. We need to clear it when its reset.
Change-Id: I3261c18ed6db671870f9971e9326e83e4bf87172
Signed-off-by:
Roman Birg <roman@cyngn.com>