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

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

Merge "Fix bug: when input size smaller than k, should return after sort."

parents b9c42ff7 e16ca90d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -274,6 +274,7 @@ public class ResolverListController {
            // Fall into normal sort when number of ranked elements
            // needed is not smaller than size of input list.
            sort(inputList);
            return;
        }
        try {
            long beforeRank = System.currentTimeMillis();