File tree Expand file tree Collapse file tree
android/src/main/java/com/reactlibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ public void show(final ReadableMap data) {
108108 }
109109 }
110110 MQImage .setImageLoader (new MQPicassoImageLoader ());
111- Intent intent = intentConfig .build ();
111+ // Intent intent = intentConfig.build();
112+ Intent intent = intentConfig .updateClientInfo (clientInfo ).build ();
112113 reactContext .startActivity (intent );
113114 }
114115
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ - (dispatch_queue_t)methodQueue
7676 // 设置客户端信息
7777 if ((NSDictionary *)param[@" clientInfo" ]){
7878 NSDictionary *clientInfo = (NSDictionary *)param[@" clientInfo" ];
79- [chatViewManager setClientInfo: clientInfo];
79+ // [chatViewManager setClientInfo: clientInfo];
80+ [chatViewManager setClientInfo: clientInfo override: YES ];
8081 }
8182
8283 // 设置美洽clientId
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717 s . requires_arc = true
1818
1919 s . dependency "React"
20- s . dependency 'Meiqia' , '~> 3.6'
20+ s . dependency 'Meiqia' , '~> 3.6.9 '
2121
2222end
2323
Original file line number Diff line number Diff line change 11
22{
33 "name" : " meiqia-react-native" ,
4- "version" : " 1.1 .0" ,
4+ "version" : " 1.2 .0" ,
55 "description" : " MeiQia sdk component for React Native" ,
66 "main" : " index.js" ,
77 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments