Sfoglia il codice sorgente

Merge branch 'master' into enhance/refacotr-ui-x-menu

charlie 2 anni fa
parent
commit
6228cdc2e5

+ 0 - 1
android/app/src/main/java/com/logseq/app/FsWatcher.java

@@ -101,7 +101,6 @@ public class FsWatcher extends Plugin {
             if (relpath.startsWith("/")) {
             if (relpath.startsWith("/")) {
                 relpath = relpath.substring(1);
                 relpath = relpath.substring(1);
             }
             }
-            relpath = Uri.decode(relpath);
         } else {
         } else {
             Log.e("FsWatcher", "file path not under watch path");
             Log.e("FsWatcher", "file path not under watch path");
             return;
             return;