检查for循环中的remove,检查response的length != 0
This commit is contained in:
@ -105,6 +105,9 @@ public class DownloadDialog implements OnCollectionCallBackListener {
|
||||
|
||||
public void showPopupWindow(View view, GameEntity gameEntity, String entrance, String location) {
|
||||
|
||||
if (isShow && (popupWindow == null || !popupWindow.isShowing())) {
|
||||
isShow = false;
|
||||
}
|
||||
if (isShow) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user