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

Commit b37f7e59 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Code Review
Browse files

Merge changes I81fc2f90,I5e7fd759

* changes:
  Using proper key for removing from map.
  Removing wrong equals method in comparator.
parents 2fdf829a 6fe725ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public class LocalActivityManager {
        if (r != null) {
            win = performDestroy(r, finish);
            if (finish) {
                mActivities.remove(r);
                mActivities.remove(id);
            }
        }
        return win;
+0 −4
Original line number Diff line number Diff line
@@ -498,10 +498,6 @@ public class Linkify {

                return 0;
            }

            public final boolean equals(Object o) {
                return false;
            }
        };

        Collections.sort(links, c);