fix:相亲模式隐藏游戏列表入口
This commit is contained in:
@@ -459,6 +459,11 @@ public class HomePartyRoomFragment extends BaseRoomFragment<IHomePartyView, Home
|
|||||||
}
|
}
|
||||||
changeModelShowView();
|
changeModelShowView();
|
||||||
refreshDatingNextStatus();
|
refreshDatingNextStatus();
|
||||||
|
if (AvRoomDataManager.get().isDatingMode()) {
|
||||||
|
gameBinding.ivGame.setVisibility(View.GONE);
|
||||||
|
} else {
|
||||||
|
gameBinding.ivGame.setVisibility(View.VISIBLE);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -250,7 +250,6 @@
|
|||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:onClick="@{click}"
|
|
||||||
android:id="@+id/iv_game"
|
android:id="@+id/iv_game"
|
||||||
android:layout_width="@dimen/dp_38"
|
android:layout_width="@dimen/dp_38"
|
||||||
android:layout_height="@dimen/dp_38"
|
android:layout_height="@dimen/dp_38"
|
||||||
@@ -258,6 +257,7 @@
|
|||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_marginEnd="@dimen/dp_11"
|
android:layout_marginEnd="@dimen/dp_11"
|
||||||
android:layout_marginBottom="@dimen/dp_6"
|
android:layout_marginBottom="@dimen/dp_6"
|
||||||
|
android:onClick="@{click}"
|
||||||
android:src="@drawable/room_ic_game" />
|
android:src="@drawable/room_ic_game" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Reference in New Issue
Block a user