萌新列表UI bugfix

This commit is contained in:
oujunhui
2020-09-14 23:11:49 +08:00
parent cb01641870
commit 3d71206ab7
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ public class RoomMsgRecentListFragment extends BaseFragment {
flNewbie.setOnClickListener(v -> {
SharedPreferenceUtils.put(share_pref_is_newbie_clicked, true);// 是否第一次点击发现萌新
ivRedPoint.setVisibility(View.GONE);
RoomNewbieActivity.start(getActivity(),false);
RoomNewbieActivity.start(getActivity(),true);
StatisticManager.Instance().onEvent(StatisticsProtocol.Event.EVENT_ROOM_MESSAGE_FINDNEW_CLICK, "语音房_消息_发现萌新");
});
}

View File

@@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="bottom"
android:background="@drawable/shape_white_top_14dp"
android:background="@color/white"
android:orientation="vertical">
<FrameLayout