Skip to content

Commit

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

0 comments on commit 1b292b4

Please sign in to comment.