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
This commit is contained in:
Aaron Liu
2023-04-27 13:49:30 -07:00
parent 19ee5600d1
commit 5eb15f76ac

View File

@@ -112,8 +112,6 @@ object KeyguardBouncerViewBinder {
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(