微调布局
This commit is contained in:
@ -430,10 +430,10 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
|
||||
if (isNewFirstLaunch) {
|
||||
getPluginUpdate();
|
||||
sp.edit().putBoolean("isNewFirstLaunch", false).apply();
|
||||
} else {
|
||||
handler.postDelayed(runnable, 500);
|
||||
}
|
||||
|
||||
handler.postDelayed(runnable, 500);
|
||||
|
||||
getDisclaimer(isNewFirstLaunch);
|
||||
|
||||
// 初始化PlatformUtils
|
||||
|
||||
Reference in New Issue
Block a user