From 97eb0caf39ae09fe27f5412a235eddb8d377a138 Mon Sep 17 00:00:00 2001 From: GKK <865425695@qq.com> Date: Fri, 22 Sep 2017 21:11:06 +0800 Subject: [PATCH] Extends LCCKConversationViewController causes load bundle to fail --- ChatKit/Class/Tool/LCCKConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatKit/Class/Tool/LCCKConstants.h b/ChatKit/Class/Tool/LCCKConstants.h index e11971c7..f2e0ab95 100644 --- a/ChatKit/Class/Tool/LCCKConstants.h +++ b/ChatKit/Class/Tool/LCCKConstants.h @@ -48,7 +48,7 @@ static NSString *const LCCKBadgeTextForNumberGreaterThanLimit = @"ยทยทยท"; #ifndef LCCKLocalizedStrings #define LCCKLocalizedStrings(key) \ - NSLocalizedStringFromTableInBundle(key, @"LCChatKitString", [NSBundle lcck_bundleForName:@"Other" class:[self class]], nil) + NSLocalizedStringFromTableInBundle(key, @"LCChatKitString", [NSBundle lcck_bundleForName:@"Other" class:[LCChatKit class]], nil) #endif