Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +8 −6 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL private ControlsListingController.ControlsListingCallback mListingCallback = new ControlsListingController.ControlsListingCallback() { public void onServicesUpdated(List<ControlsServiceInfo> serviceInfos) { post(() -> { boolean available = !serviceInfos.isEmpty(); if (available != mControlServicesAvailable) { Loading @@ -210,6 +211,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL updateControlsVisibility(); updateAffordanceColors(); } }); } }; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +8 −6 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL private ControlsListingController.ControlsListingCallback mListingCallback = new ControlsListingController.ControlsListingCallback() { public void onServicesUpdated(List<ControlsServiceInfo> serviceInfos) { post(() -> { boolean available = !serviceInfos.isEmpty(); if (available != mControlServicesAvailable) { Loading @@ -210,6 +211,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL updateControlsVisibility(); updateAffordanceColors(); } }); } }; Loading