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

Commit ee74856c 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

am: f18655bd

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

Change-Id: I1fb7d9ef91deeac1559910b5c4d65807d074add4
parents 87bd731e f18655bd
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) {