Commit e98c7150 authored by xgz's avatar xgz

修改美洽插件

parent 6548a9c4
......@@ -73,7 +73,8 @@ public class FlutterMeiqiaPlugin implements FlutterPlugin, MethodCallHandler, Ac
clientInfo.put("userName",userName);
clientInfo.put("avatar",avatar);
// builder.setClientInfo(clientInfo);
builder.setOrUpdateClientInfo(clientInfo);
builder.setClientInfo(clientInfo);
builder.updateClientInfo(clientInfo);
Intent intent = builder.build();
context.startActivity(intent);
......
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment