| commit | 5eb15f76ac9de151f830864b1dad0ee618d956fc | [log] [tgz] |
|---|---|---|
| author | Aaron Liu <aaronjli@google.com> | Thu Apr 27 13:49:30 2023 -0700 |
| committer | Aaron Liu <aaronjli@google.com> | Thu Apr 27 13:52:20 2023 -0700 |
| tree | eebbf997ac07f367f152c18756421f53d159efb0 | |
| parent | 19ee5600d17902483b5fa46f6012f91b7e6e60f3 [diff] |
Remove unnecessary line This is redundant beause we set view to visible if isshowing a few lines before. Bug: 279957213 Test: Ensure that app builds and bouncer still shows. Change-Id: I4e9c5ede8feee98ded7f6bb1fdd7b3bf57d43db3
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBouncerViewBinder.kt b/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBouncerViewBinder.kt index 6bbc6f6..c1aefc7 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBouncerViewBinder.kt +++ b/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBouncerViewBinder.kt
@@ -112,8 +112,6 @@ viewModel.isShowing.collect { isShowing -> view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE if (isShowing) { - // Reset Security Container entirely. - view.visibility = View.VISIBLE securityContainerController.reinflateViewFlipper { // Reset Security Container entirely. securityContainerController.onBouncerVisibilityChanged(