fix(android/watcher): wrong relpath calculation

pull/10847/head
Andelf 2024-01-12 03:13:49 +08:00
parent 333c9a9ad8
commit 4ad7a57ed3
1 changed files with 0 additions and 1 deletions

View File

@ -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;