Merge "Detect force visible nav bar based on kids mode." into tm-qpr-dev

This commit is contained in:
Alex Chau
2022-06-16 13:55:14 +00:00
committed by Android (Google) Code Review

View File

@@ -148,7 +148,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
mIsUserSetupComplete = SettingsCache.INSTANCE.get(this).getValue(
Settings.Secure.getUriFor(Settings.Secure.USER_SETUP_COMPLETE), 0);
mIsNavBarForceVisible = SettingsCache.INSTANCE.get(this).getValue(
Settings.Secure.getUriFor(Settings.Secure.NAV_BAR_FORCE_VISIBLE), 0);
Settings.Secure.getUriFor(Settings.Secure.NAV_BAR_KIDS_MODE), 0);
mIsNavBarKidsMode = SettingsCache.INSTANCE.get(this).getValue(
Settings.Secure.getUriFor(Settings.Secure.NAV_BAR_KIDS_MODE), 0);