Commit e85124189dfd2f570b9ddbab8c96a1681c36d90e
1 parent
ebbc1d16
1 分享选项禁用从浏览器打开
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
| ... | ... | @@ -151,7 +151,7 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener { |
| 151 | 151 | boolean isShowWjjLife = true; |
| 152 | 152 | boolean isShowWjjFriend = true; |
| 153 | 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 | ... | ... |