检查for循环中的remove,检查response的length != 0

This commit is contained in:
huangzhuanghua
2016-10-21 16:44:40 +08:00
parent 3100d6aede
commit 24238acf0e
32 changed files with 231 additions and 307 deletions

View File

@ -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;
}