Skip to content

Commit 1970c8b

Browse files
authored
Merge pull request NativeScript#2328 from NativeScript/livesync-css
CSS livesync fixed
2 parents 81f0179 + 5a40b08 commit 1970c8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tns-core-modules/application/application.android.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ global.__onLiveSync = function () {
338338
}
339339

340340
appModule.__onLiveSync();
341+
342+
loadCss();
341343
}
342344

343345
global.__onUncaughtError = function (error: definition.NativeScriptError) {

tns-core-modules/application/application.ios.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,6 @@ global.__onLiveSync = function () {
277277
}
278278

279279
common.__onLiveSync();
280+
281+
loadCss();
280282
}

0 commit comments

Comments
 (0)