mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
Merge pull request #3779 from NativeScript/fix-livesync
FIX: Livesync event not firing for frame
This commit is contained in:
@ -32,7 +32,7 @@ function onLivesync(args: EventData): void {
|
||||
}
|
||||
});
|
||||
}
|
||||
application.on("livesync", args => onLivesync);
|
||||
application.on("livesync", onLivesync);
|
||||
|
||||
let frameStack: Array<FrameBase> = [];
|
||||
|
||||
|
Reference in New Issue
Block a user