mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(android/watcher): wrong relpath calculation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user