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

Commit daf168e2 authored by Liahav Eitan's avatar Liahav Eitan Committed by Automerger Merge Worker
Browse files

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

parents cac69880 804104ce
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);