Skip to content
Commit 6042626a authored by kwaky's avatar kwaky
Browse files

Prevent KeyguardContainer size from shrinking when switching from Password Security Challenge.

Before this change, KeyguardPasswordView used maximum height and width.
First, since the Bouncer is the only component in Car Keyguard, no such
configuration was needed.
Second, once the Keyguard Container was shrunk in size due to the max
height and width config of KeyguardPasswordView, it did not increase
again to host the view of other Security challenges such as PIN and Pattern.

As a result, the PIN and Pattern security challenges were cropped out
due to insufficient space.

Therefore, the max height and width attributes of Keyguard Password View
has been removed.

Test: Manual
Bug: 154555720
Change-Id: I56b38d5401c7c88fdfedf33f11f713217f6dbc4d
parent ae4605ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment