修改消息中心红点
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user