Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38de7c47 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide the new bouncer message views by default" into udc-dev

parents 00abd176 471b661c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) {