Skip to content

Commit

Permalink
Implement AssetModuleService
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Aug 22, 2024
1 parent e9f8688 commit 692422b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class AssetModuleServiceImpl(
return
}
if (moduleData == null && moduleErrorRequested.contains(packageName)) {
Log.d(TAG, "startDownload: module name is null")
Log.d(TAG, "startDownload: moduleData request error")
val result = Bundle().apply { putStringArrayList(KEY_PACK_NAMES, arrayListOf<String>()) }
callback?.onStartDownload(-1, result)
return
Expand Down

0 comments on commit 692422b

Please sign in to comment.