key缺少,添加权限多语言
This commit is contained in:
@@ -940,7 +940,7 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
|
||||
case KBChatMessageActionTypeCopy: {
|
||||
if (message.text.length > 0) {
|
||||
[UIPasteboard generalPasteboard].string = message.text;
|
||||
[KBHUD showSuccess:KBLocalized(@"复制成功")];
|
||||
[KBHUD showSuccess:KBLocalized(@"Copied")];
|
||||
}
|
||||
} break;
|
||||
case KBChatMessageActionTypeDelete: {
|
||||
@@ -973,7 +973,7 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[KBHUD dismiss];
|
||||
if (!success || error) {
|
||||
NSString *msg = error.localizedDescription ?: KBLocalized(@"删除失败,请重试");
|
||||
NSString *msg = error.localizedDescription ?: KBLocalized(@"Delete failed, please try again");
|
||||
[KBHUD showError:msg];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user