下载按钮修改为默认开

This commit is contained in:
huangzhuanghua
2016-09-29 09:41:19 +08:00
parent dda8fe032c
commit e5e6a07e24
3 changed files with 2 additions and 3 deletions

View File

@ -235,7 +235,6 @@ public class SplashScreenActivity extends BaseActivity {
sp.edit().putInt("actionbar_height", actionBar.getHeight()).apply();
}
}
long end = System.currentTimeMillis() - start;
if (end < 3000) {
handler.postDelayed(new Runnable() {