Commit fc2b2ef7e8b4542f3b3346ac424a7bd089dc8715
1 parent
b3a2bdcc
0.7.2 版本 通知修改kIMAMSG_FamilyShareGoodsNotification
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveNewIMAManagerKit.podspec
CNLiveNewIMAManagerKit/Classes/Playform/IMAConversationManager.m
| ... | ... | @@ -1241,7 +1241,7 @@ |
| 1241 | 1241 | |
| 1242 | 1242 | } |
| 1243 | 1243 | |
| 1244 | - [[NSNotificationCenter defaultCenter] postNotificationName:kIMAMSG_FamilyShareGoodsNotification object:nil userInfo:valueDic]; | |
| 1244 | + [[NSNotificationCenter defaultCenter] postNotificationName:kIMAMSG_FamilyShareGoodsNotification object:nil userInfo:shareGoodsData]; | |
| 1245 | 1245 | |
| 1246 | 1246 | } |
| 1247 | 1247 | return isBreak; | ... | ... |