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

Commit f18655bd authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Always reevaluate rules when a new service is added." into nyc-dev

am: a8574a1d

* commit 'a8574a1d':
  Always reevaluate rules when a new service is added.

Change-Id: I50d3dd445cf2f6c76964548575ab8aa851088db5
parents 5b935c17 a8574a1d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -99,10 +99,8 @@ public class ZenModeConditions implements ConditionProviders.Callback {
    @Override
    public void onServiceAdded(ComponentName component) {
        if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
        if (isAutomaticActive(component)) {
        mHelper.setConfigAsync(mHelper.getConfig(), "zmc.onServiceAdded");
    }
    }

    @Override
    public void onConditionChanged(Uri id, Condition condition) {