mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
Use full int range for device IDs
This commit is contained in:
parent
540faeb54b
commit
f1d73b9d4e
@ -110,7 +110,7 @@ public class AxolotlService {
|
||||
|
||||
private static int generateRegistrationId() {
|
||||
Log.i(Config.LOGTAG, AxolotlService.LOGPREFIX+" : "+"Generating axolotl registration ID...");
|
||||
int reg_id = KeyHelper.generateRegistrationId(false);
|
||||
int reg_id = KeyHelper.generateRegistrationId(true);
|
||||
return reg_id;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user