Fix device listing (#38)

broken while refactoring to async

// FREEBIE
pull/1/head
Michael Kirk 9 years ago committed by GitHub
parent cf035a597d
commit ce1aa04b61

@ -256,7 +256,7 @@ NSString *TSSecondaryDevicesDatabaseViewExtensionName = @"TSSecondaryDevicesData
[[TSStorageManager sharedManager].database
asyncRegisterExtension:view
withName:TSSecondaryDevicesGroup
withName:TSSecondaryDevicesDatabaseViewExtensionName
completionBlock:^(BOOL ready) {
if (ready) {
DDLogDebug(@"%@ Successfully set up extension: %@", self.tag, TSSecondaryDevicesGroup);

Loading…
Cancel
Save