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

Commit 81892b09 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 41bf75c6: am 287cd2d1: am bac309ca: Merge "RRO: idmap: fix sorting of overlays.list"

* commit '41bf75c6':
  RRO: idmap: fix sorting of overlays.list
parents 45f704a4 41bf75c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ namespace {

        bool operator<(Overlay const& rhs) const
        {
            // Note: order is reversed by design
            return rhs.priority < priority;
            return rhs.priority > priority;
        }

        String8 apk_path;