From f0fccc22a42f1306acf551fc967ef30577b96e0a Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Thu, 3 Aug 2023 08:38:44 +0000 Subject: [PATCH] Fix rotate device at face unlock detailed page, device will display redundant face unlock header. In AndroidManifest.xml to apply Theme.Settings.NoActionBar theme attribute to avoid action_bar appears accidentally. Bug: 293978245 Test: manually check UI with reproducible steps: Pre-Condition: 1) enroll face 2) enable auto rotate Procedure: 1) go to settings > security > face & fingerprint unlock 2) enter screen lock 3) click face unlock 4) rotate device into landscape mode and then back to portrait mode 5) check the UI Change-Id: I065ff5821a91eb8060dd98b373fce34cae769c66 --- AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fa4b27affdf..3529b0b3129 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -659,6 +659,7 @@ @@ -673,6 +674,7 @@