فهرست منبع

注释掉resourceManager getStringByNameSync

onecold 8 ماه پیش
والد
کامیت
74363c13db
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      entry/src/main/ets/view/LocalMusic.ets

+ 3 - 3
entry/src/main/ets/view/LocalMusic.ets

@@ -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"))
           }
           }
         }
         }