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

Commit 3f9f9933 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 0fbca56f f5395770
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1174,7 +1174,7 @@ public class RankingHelper implements RankingConfig {
            changed |= oldValue != newValue;
            changed |= oldValue != newValue;
        }
        }
        if (changed) {
        if (changed) {
            mRankingHandler.requestSort();
            updateConfig();
        }
        }
    }
    }