Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1269654 authored by narinder Rana's avatar narinder Rana
Browse files

set observer in StatusIconContainer.java : bug fix

parent 1d0c11ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
            }
        }

         Stole this from NotificationIconContainer. Not optimal but keeps the layout logic clean
        // Stole this from NotificationIconContainer. Not optimal but keeps the layout logic clean
        if (isLayoutRtl()) {
            for (int i = 0; i < childCount; i++) {
                View child = getChildAt(i);