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

Commit e150bb8a authored by Becca Hughes's avatar Becca Hughes Committed by Automerger Merge Worker
Browse files

Fix newly installed providers bug am: 17a0266b am: fa5c54dc

parents 9c922641 fa5c54dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public class CredentialManagerPreferenceController extends BasePreferenceControl
        mCredentialManager =
                getCredentialManager(context, preferenceKey.equals("credentials_test"));
        new SettingContentObserver(mHandler).register(context.getContentResolver());
        mSettingsPackageMonitor.register(context, context.getMainLooper(), false);
    }

    private @Nullable CredentialManager getCredentialManager(Context context, boolean isTest) {