瀏覽代碼

注释掉resourceManager getStringByNameSync

onecold 9 月之前
父節點
當前提交
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)) {
             ToastUtil.showToast(Utility.resourceToString(getContext(), $r('app.string.file_not_exist')))
           } 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"))
           }
         }