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

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

Merge "Send a ranking update on global dot state change" into oc-mr1-dev

am: 3f9f9933

Change-Id: Ifbd48f6ccd34ade3b35e963e3c892ab5d8482f64
parents 9a0d4240 3f9f9933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1174,7 +1174,7 @@ public class RankingHelper implements RankingConfig {
            changed |= oldValue != newValue;
        }
        if (changed) {
            mRankingHandler.requestSort();
            updateConfig();
        }
    }