Merge "Hide the new bouncer message views by default" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
38de7c4705
@@ -41,6 +41,8 @@ class BouncerMessageView : LinearLayout {
|
||||
super.onFinishInflate()
|
||||
primaryMessageView = findViewById(R.id.bouncer_primary_message_area)
|
||||
secondaryMessageView = findViewById(R.id.bouncer_secondary_message_area)
|
||||
primaryMessageView?.disable()
|
||||
secondaryMessageView?.disable()
|
||||
}
|
||||
|
||||
fun init(factory: KeyguardMessageAreaController.Factory) {
|
||||
|
||||
Reference in New Issue
Block a user