Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Oct 20, 2014
1 parent c4209a6 commit 73b75a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void handleSmsRegistrationIntent(Intent intent) {
int registrationId = TextSecurePreferences.getLocalRegistrationId(this);

if (registrationId == 0) {
registrationId = KeyHelper.generateRegistrationId();
registrationId = KeyHelper.generateRegistrationId(false);
TextSecurePreferences.setLocalRegistrationId(this, registrationId);
}

Expand Down

0 comments on commit 73b75a4

Please sign in to comment.