Skip to content
Commit 0b8174ad authored by Gus Prevas's avatar Gus Prevas
Browse files

Restores implementation of isPresenterLocked().

ag/5710281 removed the implementation of isPresenterLocked() on
StatusBarNotificationPresenter.  This method is defined as a default
method on NotificationPresenter which by default returns false; it is
not called from anywhere in SystemUI - only in ARC - so the deleted
implementation is currently unused.  However, since the method is
present on the interface, it's better to have the correct implementation
in case it gets used in the future.  Since both known implementations of
NotificationPresenter override isPresenterLocked(), the default
implementation is removed.

Test: n/a
Change-Id: Ia5aa383fde81002f13e0d892989e7ee1bc4e5cfe
parent 0b243df3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment