Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Aug 7, 2020
1 parent bdd8bba commit 64803d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ protected void onCreateActivity() {
return;
}
setContentView(R.layout.activity_welcome);
tvGzh.setTextColor(ThemeStore.accentColor(this));
AsyncTask.execute(DbHelper::getDaoSession);
ButterKnife.bind(this);
tvGzh.setTextColor(ThemeStore.accentColor(this));
ivBg.setColorFilter(ThemeStore.accentColor(this));
ValueAnimator welAnimator = ValueAnimator.ofFloat(1f, 0f).setDuration(800);
welAnimator.setStartDelay(500);
Expand Down

0 comments on commit 64803d7

Please sign in to comment.