修改 测试问题

This commit is contained in:
18401019693 2023-12-07 16:29:28 +08:00
parent 6347473d0c
commit 32d0fe497d
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ public class InteractionGamesChildViewHolder extends RecyclerView.ViewHolder {
funGameName.setText(model.getTitle());
if (!TextUtils.isEmpty(model.getSudGameIsNew())||TextUtils.equals(model.getSudGameIsNew(),"1")){
if (!TextUtils.isEmpty(model.getSudGameIsNew())&&TextUtils.equals(model.getSudGameIsNew(),"1")){
itemView.findViewById(R.id.icon_new_game).setVisibility(View.VISIBLE);
}else {
itemView.findViewById(R.id.icon_new_game).setVisibility(View.GONE);

View File

@ -454,8 +454,8 @@
<View
android:id="@+id/privilege_red_point"
android:layout_width="10dp"
android:layout_height="10dp"
android:layout_width="6dp"
android:layout_height="6dp"
android:layout_marginTop="5dp"
android:layout_marginEnd="10dp"
android:background="@drawable/bg_red_point"