-
-
Notifications
You must be signed in to change notification settings - Fork 241
chore(livesync): make livesync method public #1388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -210,7 +210,7 @@ export class NativeScriptPlatformRef extends PlatformRef { | |||
} | |||
|
|||
@profile | |||
private livesync() { | |||
public livesync() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be public livesync or _livesync?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really not sure. @vakrilov what do you think? If it is lower case _livesync no need to document it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is better to make it public _livesync()
for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved: once the livesync
is renamed to _livesync
fee8d94
to
a9712e0
Compare
Livesync method is used in the e2e/modal-navigaiton-ng applicaiton when resetting the root view of the application