Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/BaseHeadsUpManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -834,6 +834,7 @@ public abstract class BaseHeadsUpManager implements HeadsUpManager { * @return true if the notification is sticky */ public boolean isSticky() { if (mEntry == null) return false; return (mEntry.isRowPinned() && mExpanded) || mRemoteInputActive || hasFullScreenIntent(mEntry); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/BaseHeadsUpManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -834,6 +834,7 @@ public abstract class BaseHeadsUpManager implements HeadsUpManager { * @return true if the notification is sticky */ public boolean isSticky() { if (mEntry == null) return false; return (mEntry.isRowPinned() && mExpanded) || mRemoteInputActive || hasFullScreenIntent(mEntry); Loading