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

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

system icon move to left

parent dbca6fd1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -464,7 +464,6 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue
            super.onChange(selfChange, uri);

            Log.e("showHideNotificationIcon", "Testing....onChange................selfChange...... "+selfChange+".....Uri...."+uri);

            int hide_notificationIcon_left_system_icon = LineageSettings.System.getIntForUser(
                    getContext().getContentResolver(), uri.getLastPathSegment(), 0, mUser);
            Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon);
+3 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
    public void moveLeftRightSystemIcon(int ishide_notificationIcon){

        Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing ....."+ishide_notificationIcon);

        resetViewStates();
        mLayoutStates.clear();
        float width = getWidth();
        float translationX = width - getPaddingEnd();
@@ -469,6 +469,8 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
           }
       }

        applyIconStates();

    }