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

Commit afe3f6f7 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 8e981e6d 4ed4bfbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -593,7 +593,7 @@ public class CreateConnectionProcessor implements CreateConnectionResponse {
            }

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