修改回答详情页顶部title
This commit is contained in:
@ -360,6 +360,7 @@ public class AnswerDetailFragment extends NormalFragment {
|
||||
mLoading.setVisibility(View.VISIBLE);
|
||||
mViewModel.getAnswerDetail(mAnswerId, mEntrance);
|
||||
break;
|
||||
case R.id.answer_detail_title_answer_count_tv:
|
||||
case R.id.answer_detail_title:
|
||||
if (mDetailEntity != null) {
|
||||
Bundle bundle = new Bundle();
|
||||
@ -395,9 +396,6 @@ public class AnswerDetailFragment extends NormalFragment {
|
||||
});
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case R.id.answer_detail_title_answer_count_tv:
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user