Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +2 −2 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } } public void moveLeftRightSystemIcon(){ public void moveLeftRightSystemIcon(int ishide_notificationIcon){ Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing "); Loading Loading @@ -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); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +2 −2 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } } public void moveLeftRightSystemIcon(){ public void moveLeftRightSystemIcon(int ishide_notificationIcon){ Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing "); Loading Loading @@ -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); } } Loading