|
@@ -13889,9 +13889,9 @@ export struct LocalMusic {
|
|
|
!FileUtil.accessSync(this.videoUrl)) {
|
|
!FileUtil.accessSync(this.videoUrl)) {
|
|
|
ToastUtil.showToast(Utility.resourceToString(getContext(), $r('app.string.file_not_exist')))
|
|
ToastUtil.showToast(Utility.resourceToString(getContext(), $r('app.string.file_not_exist')))
|
|
|
} else {
|
|
} else {
|
|
|
- ToastUtil.showToast(getContext()
|
|
|
|
|
- .resourceManager
|
|
|
|
|
- .getStringByNameSync("Honey_the_video_is_playing_errant_The_system_is_wandering"))
|
|
|
|
|
|
|
+ // ToastUtil.showToast(getContext()
|
|
|
|
|
+ // .resourceManager
|
|
|
|
|
+ // .getStringByNameSync("Honey_the_video_is_playing_errant_The_system_is_wandering"))
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|