Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } // Stole this from NotificationIconContainer. Not optimal but keeps the layout logic clean if (isLayoutRtl()) { if (!isLayoutRtl()) { for (int i = 0; i < childCount; i++) { View child = getChildAt(i); StatusIconState state = getViewStateFromChild(child); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } // Stole this from NotificationIconContainer. Not optimal but keeps the layout logic clean if (isLayoutRtl()) { if (!isLayoutRtl()) { for (int i = 0; i < childCount; i++) { View child = getChildAt(i); StatusIconState state = getViewStateFromChild(child); Loading