Fix method extraction.

method was recently moved, but not all callers were updated.

// FREEBIE
This commit is contained in:
Michael Kirk 2017-11-10 13:10:31 -05:00
parent 64938b7824
commit a9dca831d3
1 changed files with 3 additions and 2 deletions

View File

@ -135,8 +135,9 @@ int const OWSLinkedDevicesTableViewControllerSectionAddDevice = 1;
if (devices.count > 1) {
// Setting this flag here shouldn't be necessary, but we do so
// because the "cost" is low and it will improve robustness.
[OWSDevice setMayHaveLinkedDevices:YES
dbConnection:[[TSStorageManager sharedManager] newDatabaseConnection]];
[OWSDeviceManager.sharedManager
setMayHaveLinkedDevices:YES
dbConnection:[[TSStorageManager sharedManager] newDatabaseConnection]];
}
if (devices.count > [OWSDevice numberOfKeysInCollection]) {