CSS livesync fixed

This commit is contained in:
Vladimir Enchev
2016-06-16 14:27:43 +03:00
parent a95d8c5c32
commit 5a40b08bc3
2 changed files with 4 additions and 0 deletions

View File

@@ -338,6 +338,8 @@ global.__onLiveSync = function () {
}
appModule.__onLiveSync();
loadCss();
}
global.__onUncaughtError = function (error: definition.NativeScriptError) {

View File

@@ -277,4 +277,6 @@ global.__onLiveSync = function () {
}
common.__onLiveSync();
loadCss();
}