Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 804104ce authored by Liahav Eitan's avatar Liahav Eitan Committed by Android (Google) Code Review
Browse files

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

parents 28be567a abb4fbd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);