Fix theming on Forgot your password work challegne screen

Test: manually tested, screenshots in bug
Bug: 286397998
Change-Id: Iaa9d83fb5c8a2f7df7bf43d224420b767e6c75fc
This commit is contained in:
Oli Thompson
2023-06-26 12:31:31 +00:00
parent 6b01e66545
commit abb4fbd596

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);