Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
HD
DWSDK
Commits
90667587
Commit
90667587
authored
3 years ago
by
hd
Browse files
Options
Download
Email Patches
Plain Diff
强更功能不完整,先去掉
parent
406a12c9
master
dev_audit
dev_general
dev_hotfix
dev_huya
dev_lzq
dev_merge_all
dev_overseas
dev_php
dev_php_merge_all
dev_sy
game_v19
game_v19_dscg_1
game_v19_mxdhx_1
game_v19_php
game_v19_php_wmqy_1
game_v19_tjfb_1
game_v20
master_php
1.5
hotfix_master_1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
GameSDK_Channels/GameSDK_Channel_Main_Native/src/main/java/com/dwg/sdk/main/method/MLoginPageManager.java
.../main/java/com/dwg/sdk/main/method/MLoginPageManager.java
+7
-8
No files found.
GameSDK_Channels/GameSDK_Channel_Main_Native/src/main/java/com/dwg/sdk/main/method/MLoginPageManager.java
View file @
90667587
...
...
@@ -5,7 +5,6 @@ import android.content.Intent;
import
android.graphics.Color
;
import
android.support.annotation.IntRange
;
import
com.dwg.sdk.common.callback.DGNotifyCallback
;
import
com.dwg.sdk.common.callback.DGameSdkCallBack
;
import
com.dwg.sdk.common.utils.ActivityUtils
;
import
com.dwg.sdk.common.utils.SharedPreferencesUtil
;
...
...
@@ -84,13 +83,13 @@ public final class MLoginPageManager {
/**登录之前检查是否有最新版本*/
public
static
void
onMainLogin
(
final
Activity
activity
)
{
MUpdateSdk
.
checkForceUpdate
(
activity
,
new
DGNotifyCallback
()
{
@Override
public
void
call
()
{
startLogin
(
activity
);
}
});
//
MUpdateSdk.checkForceUpdate(activity, new DGNotifyCallback() {
//
@Override
//
public void call() {
//
startLogin(activity);
//
}
//
});
startLogin
(
activity
);
// DGVersionInfo info = new DGVersionInfo(1,"1.9",
// "2","12.3.4","",
// "https://dwdata-1253160506.cos.ap-shanghai.myqcloud.com/pro/1448137702972452864.apk");
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment