Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/VisualStabilityCoordinator.java +4 −2 Original line number Diff line number Diff line Loading @@ -368,12 +368,14 @@ public class VisualStabilityCoordinator implements Coordinator, Dumpable { isEveryChangeAllowed() || canReorderNotificationEntry(entry) || canMoveForHeadsUp(entry) || mEntriesThatCanChangeSection.containsKey(entry.getKey()); || mEntriesThatCanChangeSection.containsKey(entry.getKey()) || canFreelyMoveEntry(entry); } else { isSectionChangeAllowedForEntry = mReorderingAllowed || canMoveForHeadsUp(entry) || mEntriesThatCanChangeSection.containsKey(entry.getKey()); || mEntriesThatCanChangeSection.containsKey(entry.getKey()) || canFreelyMoveEntry(entry); } if (!isSectionChangeAllowedForEntry) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/VisualStabilityCoordinator.java +4 −2 Original line number Diff line number Diff line Loading @@ -368,12 +368,14 @@ public class VisualStabilityCoordinator implements Coordinator, Dumpable { isEveryChangeAllowed() || canReorderNotificationEntry(entry) || canMoveForHeadsUp(entry) || mEntriesThatCanChangeSection.containsKey(entry.getKey()); || mEntriesThatCanChangeSection.containsKey(entry.getKey()) || canFreelyMoveEntry(entry); } else { isSectionChangeAllowedForEntry = mReorderingAllowed || canMoveForHeadsUp(entry) || mEntriesThatCanChangeSection.containsKey(entry.getKey()); || mEntriesThatCanChangeSection.containsKey(entry.getKey()) || canFreelyMoveEntry(entry); } if (!isSectionChangeAllowedForEntry) { Loading