优化显示逻辑

This commit is contained in:
wangcongtao
2021-03-18 21:07:52 +08:00
parent f09accadee
commit 73bd8e771e
8 changed files with 60 additions and 31 deletions

View File

@@ -108,9 +108,9 @@ class EnvStatusManager {
closePanel();
} );
mStatusTv = mPanelView.findViewById( R.id.module_services_status_tv );
mMainHandler.sendEmptyMessageDelayed( MSG, 0L );
}
mPanelView.show();
mMainHandler.sendEmptyMessageDelayed( MSG, 0L );
}
public void closePanel() {