Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -624,7 +624,6 @@ public static void switchAccount(final Activity paramActivity); | ... | @@ -624,7 +624,6 @@ public static void switchAccount(final Activity paramActivity); |
| 624 | /** | 624 | /** |
| 625 | * 游戏内自己进行切换帐号,先进行判断有无接口再调用 | 625 | * 游戏内自己进行切换帐号,先进行判断有无接口再调用 |
| 626 | */ | 626 | */ |
| 627 | - private void switchAccount() { | ||
| 628 | if(PoolSdkHelper.hasSwitchAccount()){ | 627 | if(PoolSdkHelper.hasSwitchAccount()){ |
| 629 | PoolSdkHelper.switchAccount(this); | 628 | PoolSdkHelper.switchAccount(this); |
| 630 | }else if(PoolSdkHelper.hasLogout()){ | 629 | }else if(PoolSdkHelper.hasLogout()){ |
| ... | @@ -635,7 +634,6 @@ public static void switchAccount(final Activity paramActivity); | ... | @@ -635,7 +634,6 @@ public static void switchAccount(final Activity paramActivity); |
| 635 | }else{ | 634 | }else{ |
| 636 | //游戏直接回到登录界面调用登录 | 635 | //游戏直接回到登录界面调用登录 |
| 637 | } | 636 | } |
| 638 | - } | ||
| 639 | ``` | 637 | ``` |
| 640 | 638 | ||
| 641 | ### 2.18、聊天统计 ### | 639 | ### 2.18、聊天统计 ### | ... | ... |
-
Please register or login to post a comment