微调布局

This commit is contained in:
khy
2016-09-21 18:26:32 +08:00
parent 979a4b808b
commit d053fc9fea
2 changed files with 4 additions and 4 deletions

View File

@ -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