StatusBar treatment for Letterbox - Add flag to Flags.java

Test: Manually
Fixes: 238588542
Change-Id: I50c3a619f6c33c1784fd04668900afc70ec3d74e
This commit is contained in:
Christian Göllner
2022-07-12 10:47:52 +02:00
committed by Christian Go??llner
parent c9358c61f0
commit f76ddb216f

View File

@@ -142,6 +142,9 @@ public class Flags {
public static final ResourceBooleanFlag STATUS_BAR_USER_SWITCHER =
new ResourceBooleanFlag(602, R.bool.flag_user_switcher_chip);
public static final BooleanFlag STATUS_BAR_LETTERBOX_APPEARANCE =
new BooleanFlag(603, false);
/***************************************/
// 700 - dialer/calls
public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =