Commit dca54c588238a16815a57ee199e5cc68026a6569
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer
Showing
1 changed file
with
2 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
| ... | ... | @@ -100,8 +100,9 @@ public class RunRaceDetailFragmentView implements MvpView { |
| 100 | 100 | fragment.binding.includeStreet.rlStartBtn.setTag("0"); |
| 101 | 101 | fragment.binding.includeStreet.tvRunNow.setText("立即报名"); |
| 102 | 102 | fragment.binding.includeStreet.tvGoTip.setVisibility(View.GONE); |
| 103 | + fragment.getActivity().startActivity(new Intent(getContext(), PedometerMainActivity.class)); | |
| 104 | + | |
| 103 | 105 | } |
| 104 | - fragment.getActivity().startActivity(new Intent(getContext(), PedometerMainActivity.class)); | |
| 105 | 106 | } |
| 106 | 107 | }); |
| 107 | 108 | } | ... | ... |