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

Unverified Commit 30593278 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "[SQUASH] Merge android-12.0.0_r26"

This reverts commit 651657ff.

Change-Id: I298f91016402ea5478cfbda25a12a107e878757d
parent 651657ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ public class CreateConnectionProcessor implements CreateConnectionResponse {
            }

            // then by hashcode
            return Integer.compare(account1.hashCode(), account2.hashCode());
            return account1.hashCode() - account2.hashCode();
        });
    }