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

Commit 287cd2d1 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am bac309ca: Merge "RRO: idmap: fix sorting of overlays.list"

* commit 'bac309ca':
  RRO: idmap: fix sorting of overlays.list
parents 6382a950 bac309ca
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;