update 随机PK
This commit is contained in:
parent
3fa259c5b9
commit
4ad75a11a8
@ -188,6 +188,9 @@ public class RandomPkDialogFragment extends AbsDialogFragment implements View.On
|
||||
* @param pk 1=on,0=off
|
||||
*/
|
||||
private void setPkSwitch(int pk) {
|
||||
if (RandomPkManager.getInstance().isRequestPk() || RandomPkManager.getInstance().isExiting()) {
|
||||
return;
|
||||
}
|
||||
loadDialog = DialogUitl.loadingDialog(mContext);
|
||||
loadDialog.show();
|
||||
LiveNetManager.get(mContext)
|
||||
|
Loading…
x
Reference in New Issue
Block a user