mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix exception in install view
These lines throw TypeErrors for previously registered clients. // FREEBIE
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
this.on('disconnected', this.reconnect);
|
||||
|
||||
if (Whisper.Registration.everDone()) {
|
||||
this.installView.selectStep(Steps.SCAN_QR_CODE);
|
||||
this.installView.hideDots();
|
||||
this.selectStep(Steps.SCAN_QR_CODE);
|
||||
this.hideDots();
|
||||
}
|
||||
},
|
||||
connect: function() {
|
||||
|
||||
Reference in New Issue
Block a user