Browse Source

fix(android/watcher): wrong relpath calculation

Andelf 1 year ago
parent
commit
4ad7a57ed3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      android/app/src/main/java/com/logseq/app/FsWatcher.java

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

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