Commit 651c8f1d5fd25ef03ab0a4b51d9a9edfcc910834

Authored by niudaojian
1 parent 84a64fc3

0.6.1 解决偶发备注显示不出的问题

CNLiveNewIMAManagerKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveNewIMAManagerKit'
11   - s.version = '0.6.0'
  11 + s.version = '0.6.1'
12 12 s.summary = 'A short description of CNLiveNewIMAManagerKit.'
13 13  
14 14 #s.description = <<-DESC
... ...
CNLiveNewIMAManagerKit/Classes/TIMModel/Conversation/IMAConversation.m
... ... @@ -25,6 +25,7 @@
25 25 _conversation = conv;
26 26 _msgList = [[CLSafeMutableArray alloc] init];
27 27 _isCreateTimeMsg = YES;
  28 + _convName = [self showTitle];
28 29 }
29 30 return self;
30 31 }
... ...