Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 6, 2019
1 parent 21a150c commit cd353f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/kunfei/bookshelf/MApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ public void onCreate() {
if (TextUtils.isEmpty(downloadPath)) {
setDownloadPath(FileHelp.getCachePath());
}
upThemeStore();
if (!ThemeStore.isConfigured(this, 1)) {
upThemeStore();
}
AppFrontBackHelper.getInstance().register(this, new AppFrontBackHelper.OnAppStatusListener() {
@Override
public void onFront() {
Expand Down

0 comments on commit cd353f1

Please sign in to comment.