Commit e85124189dfd2f570b9ddbab8c96a1681c36d90e

Authored by YangShuai
1 parent ebbc1d16

1 分享选项禁用从浏览器打开

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "1.1.0", 24 + version: "1.1.1",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
@@ -151,7 +151,7 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener { @@ -151,7 +151,7 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener {
151 boolean isShowWjjLife = true; 151 boolean isShowWjjLife = true;
152 boolean isShowWjjFriend = true; 152 boolean isShowWjjFriend = true;
153 boolean isShowOther = true; 153 boolean isShowOther = true;
154 - shareService.shareLink(getContext(), runRaceDetailInfo.getTitle(), subTitle, shareUrl, shareImgUrl, isShowWjjLife, isShowOther, true); 154 + shareService.shareLink(getContext(), runRaceDetailInfo.getTitle(), subTitle, shareUrl, shareImgUrl, isShowWjjLife, isShowWjjFriend, false);
155 } 155 }
156 } 156 }
157 157