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

Commit 478c4b00 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7963886 from 3e67aa1d to sc-v2-release

Change-Id: Ie5390bc36ce03f26e372445def09abc4c2d2b010
parents a5aaf5fe 3e67aa1d
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 account1.hashCode() - account2.hashCode();
            return Integer.compare(account1.hashCode(), account2.hashCode());
        });
    }