遊戲bug修復
This commit is contained in:
@@ -154,14 +154,14 @@ public class LiveSudGamePopup extends BottomPopupView {
|
||||
private void initDate() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDismiss() {
|
||||
public void BusGetOff(){
|
||||
Bus.getOff(this);
|
||||
|
||||
super.onDismiss();
|
||||
}
|
||||
@Override
|
||||
public void dismiss() {
|
||||
|
||||
super.dismiss();
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
public void onHideShow(HideShowEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user