Skip to content

Commit

Permalink
修复demo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
赵文文 committed Sep 19, 2020
1 parent 10b2a1f commit 0bdb061
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SplashViewModel : BaseViewModel() {
}

private fun downloadModelFile() {
ToastUtils.showLong("开始后台下载模型文件")
mAppRepository.dowloadNSFWModelFile()
.subscribeOn(Schedulers.io()).subscribeOn(AndroidSchedulers.mainThread())
.observeOn(AndroidSchedulers.mainThread())
Expand Down

0 comments on commit 0bdb061

Please sign in to comment.