|
|
|
@ -169,6 +169,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
|
|
|
[self.linkedDevicesTableViewController expectMoreDevices];
|
|
|
|
|
[self.navigationController popToViewController:self.linkedDevicesTableViewController animated:YES];
|
|
|
|
|
|
|
|
|
|
// The service implementation of the socket connection caches the linked device state,
|
|
|
|
|
// so all sync message sends will fail on the socket until it is cycled.
|
|
|
|
|
[TSSocketManager.sharedManager cycleSocket];
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
failure:^(NSError *error) {
|
|
|
|
|