Commit 4eb8d7f
Fix always reinstalling apps during livesync
In case the app is not installed on a device when `tns run <platform>` is started, each change reinstalls the application.
The problem is in the "isApplicationInstalled" check which was relying on the result of the first execution (when the app has not been installed).
Fix this by always checking if the app is installed.1 parent f11d405 commit 4eb8d7f
1 file changed
+1
-1
lines changed
0 commit comments