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

Commit abb4fbd5 authored by Oli Thompson's avatar Oli Thompson
Browse files

Fix theming on Forgot your password work challegne screen

Test: manually tested, screenshots in bug
Bug: 286397998
Change-Id: Iaa9d83fb5c8a2f7df7bf43d224420b767e6c75fc
parent 6b01e665
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);