From ce1aa04b6193b47b82b44d529cca12c62fae4c48 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 30 Sep 2016 09:16:23 -0400 Subject: [PATCH] Fix device listing (#38) broken while refactoring to async // FREEBIE --- src/Storage/TSDatabaseView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/TSDatabaseView.m b/src/Storage/TSDatabaseView.m index 15db56bae..556e8fdf1 100644 --- a/src/Storage/TSDatabaseView.m +++ b/src/Storage/TSDatabaseView.m @@ -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);