From 33aba0a6941b17b4a2ee23f9ab95074aeff68100 Mon Sep 17 00:00:00 2001 From: sunnyshao Date: Wed, 13 Mar 2024 14:45:00 +0800 Subject: [PATCH] Fix the flicker in the Lock screen page - Due to without summary text in xml, the UI render will skip it and it flicker while program adding the summary later. - Add the summary_placeholder in the shortcuts item. Fixes: 325989849 Test: manual test Change-Id: Icb7714c19ae73d15bccc9b6976a10cf343a16f53 Merged-In: Icb7714c19ae73d15bccc9b6976a10cf343a16f53 --- res/xml/security_lockscreen_settings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/xml/security_lockscreen_settings.xml b/res/xml/security_lockscreen_settings.xml index cb1ce4401d2..15d530357d9 100644 --- a/res/xml/security_lockscreen_settings.xml +++ b/res/xml/security_lockscreen_settings.xml @@ -69,9 +69,11 @@ android:summary="@string/lockscreen_trivial_controls_summary" settings:controller="com.android.settings.display.ControlsTrivialPrivacyPreferenceController"/> +