Skip to content

Commit e3cbb08

Browse files
author
Plamen Petkov
committed
fixed livesync on deleted file
1 parent 4983943 commit e3cbb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/src/com/tns/NativeScriptSyncService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public void run()
145145
int length = input.readInt();
146146
input.readFully(new byte[length]); //ignore the payload
147147
executePartialSync(context, syncDir);
148+
executeRemovedSync(context, removedSyncDir);
148149

149150
Platform.runScript(new File(NativeScriptSyncService.this.context.getFilesDir(), "internal/livesync.js"));
150151

0 commit comments

Comments
 (0)