修改消息中心红点

This commit is contained in:
18401019693
2022-09-07 10:27:55 +08:00
parent 2bc5c8aeb6
commit 8b626dedd8
4 changed files with 7 additions and 6 deletions

View File

@@ -1245,7 +1245,7 @@ public class MainActivity extends AbsActivity implements MainAppBarLayoutListene
//红点(我的)
@Subscribe(threadMode = ThreadMode.MAIN)
public void onUpdateFieldEvent(UpdateTablePointMe updateTablePointMe) {
numberMe = updateTablePointMe.getPoint();
// numberMe = updateTablePointMe.getPoint();
// if (updateTablePointMe.getPoint() == 0) {
// v_table_redpoint_me.setVisibility(View.VISIBLE);
// } else {