diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt b/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt index 1c6323594c70..3e6d5da38257 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt +++ b/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt @@ -247,6 +247,7 @@ constructor( lp.height = ViewGroup.LayoutParams.MATCH_PARENT lp.width = ViewGroup.LayoutParams.MATCH_PARENT bgView.layoutParams = lp + bgView.alpha = 0f } fun getIconState(icon: IconType, aod: Boolean): IntArray { |