代码合并
This commit is contained in:
@ -345,7 +345,7 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
|
||||
|
||||
if (!isNewFirstLaunch && sp.getBoolean("autoupdate", true)) {
|
||||
// 检查助手更新
|
||||
UpdateManager.getInstance(this).checkUpdate(true);
|
||||
UpdateManager.getInstance(this).checkUpdate(true, null);
|
||||
}
|
||||
if (isNewFirstLaunch) {
|
||||
getPluginUpdate();
|
||||
|
||||
Reference in New Issue
Block a user