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

Commit 8848add6 authored by narinder Rana's avatar narinder Rana
Browse files

set observer in StatusIconContainer.java : bug fix

parent e1269654
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
        }
    }

    public void moveLeftRightSystemIcon(){
    public void moveLeftRightSystemIcon(int ishide_notificationIcon){

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

@@ -528,7 +528,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
            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);
            showHideNotificationIcon(hide_notificationIcon_left_system_icon);
            moveLeftRightSystemIcon(hide_notificationIcon_left_system_icon);

        }
    }