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

Commit 394f1b2e authored by narinder Rana's avatar narinder Rana
Browse files

system icon move to left : bug fix

parent 9a041b7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {

        if(ishide_notificationIcon==1){
           //hide notificaton icon and move system icon right to left
            Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true"+);
            Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true");
           if (!isLayoutRtl()) {
               for (int i = 0; i < childCount; i++) {
                   View child = getChildAt(i);
@@ -458,7 +458,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
           }
       }
       else {
            Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh "+);
            Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh ");
           //show notification icon and move system icon left to right
           if (isLayoutRtl()) {
               for (int i = 0; i < childCount; i++) {