From 4152086e290192debf0246426c26ea0a7be2a7a8 Mon Sep 17 00:00:00 2001 From: wushaocheng <15876365887@163.com> Date: Thu, 29 Dec 2022 11:39:15 +0800 Subject: [PATCH] =?UTF-8?q?[Modify]=E8=AE=BA=E5=9D=9Bitem=E7=9A=84?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=BF=AE=E6=94=B9=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erban/community/square/adapter/SquareDynamicAdapter.java | 2 +- app/src/module_community/res/layout/item_square_dynamic.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/module_community/java/com/yizhuan/erban/community/square/adapter/SquareDynamicAdapter.java b/app/src/module_community/java/com/yizhuan/erban/community/square/adapter/SquareDynamicAdapter.java index 7f0f48c76..23b8013a9 100644 --- a/app/src/module_community/java/com/yizhuan/erban/community/square/adapter/SquareDynamicAdapter.java +++ b/app/src/module_community/java/com/yizhuan/erban/community/square/adapter/SquareDynamicAdapter.java @@ -217,7 +217,7 @@ public class SquareDynamicAdapter extends BaseQuickAdapter 0); - helper.setGone(R.id.space_view, item.getWorldId() > 0 || !TextUtils.isEmpty(time)); + helper.setGone(R.id.space_view, item.getWorldId() > 0); helper.setText(R.id.tv_mini_world_name, item.getWorldName()); helper.getView(R.id.tv_mini_world_name).setOnClickListener(v -> { StatisticManager.Instance().onEvent(StatisticsProtocol.EVENT_WORLD_VIEW_WORLD_PAGE, diff --git a/app/src/module_community/res/layout/item_square_dynamic.xml b/app/src/module_community/res/layout/item_square_dynamic.xml index fe646f727..4efed8786 100644 --- a/app/src/module_community/res/layout/item_square_dynamic.xml +++ b/app/src/module_community/res/layout/item_square_dynamic.xml @@ -154,7 +154,6 @@ app:layout_constraintLeft_toLeftOf="@id/cl_user_info" app:layout_constraintTop_toBottomOf="@id/widget_image" /> -