Merge "Fix theming on Forgot your password work challegne screen" into udc-qpr-dev

This commit is contained in:
Liahav Eitan
2023-08-04 17:19:02 +00:00
committed by Android (Google) Code Review

View File

@@ -50,6 +50,7 @@ public class ForgotPasswordActivity extends Activity {
finish();
return;
}
ThemeHelper.trySetDynamicColor(this);
setContentView(R.layout.forgot_password_activity);
DevicePolicyManager devicePolicyManager = getSystemService(DevicePolicyManager.class);