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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user