未加入粉丝团文案修改

This commit is contained in:
huangjian
2022-11-01 14:07:01 +08:00
parent 7b860e2293
commit 4f592b23a5
3 changed files with 5 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ class SingleRoomFragment : BaseRoomFragment<ISingleRoomView?, SingleRoomPresente
FansTeamJoinedActivity.start(requireContext())
}
} else {
gameBinding.tvFansTeamOpt.text = "加入我的粉丝团吧~"
clickListener = View.OnClickListener {
FansTeamJoinActivity.start(requireContext())
}

View File

@@ -662,7 +662,8 @@ public class GiftDialog extends BottomSheetDialog implements View.OnClickListene
showEmptyView();
} else if (position == GiftIndicator.TYPE_LUCKY ||
position == GiftIndicator.TYPE_WEEK ||
position == GiftIndicator.TYPE_DRAW_GIFT) {
position == GiftIndicator.TYPE_DRAW_GIFT ||
position == GiftIndicator.TYPE_SING_ROOM) {
showEmptyView();
updateWeekStarDesc();
isShowDrawGiftModel = false;

View File

@@ -121,9 +121,9 @@
android:gravity="center"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:text="该主播暂未开通粉丝团"
android:textColor="@color/white"
android:textSize="12dp" />
android:textSize="12dp"
tools:text="该主播暂未开通粉丝团" />
</FrameLayout>