清除全部未读数(隐藏图标,功能下线)

This commit is contained in:
18401019693 2022-09-05 15:23:03 +08:00
parent ef9c218f87
commit 7c287e2abf
2 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class PDLiveConversationListActivity extends AbsActivity implements View.
container.post(new Runnable() { container.post(new Runnable() {
@Override @Override
public void run() { public void run() {
// showGuideView(); showGuideView();
} }
}); });
} }

View File

@ -24,6 +24,7 @@
android:textStyle="bold" /> android:textStyle="bold" />
<ImageView <ImageView
android:visibility="gone"
android:id="@+id/news_icon_clearance" android:id="@+id/news_icon_clearance"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"