Skip to content
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

Test asRxObservable() instead of createObservable() which is now deprecated #596

Merged
merged 1 commit into from Jan 18, 2016

Conversation

artem-zinnatullin
Copy link
Member

@nikitin-da PTAL :)

@@ -104,7 +104,7 @@ storIOSQLite
.table("tweets")
.build())
.prepare()
.createObservable() // Get Result as rx.Observable and subscribe to further updates of tables from Query!
.asRxObservable() // Get Result as rx.Observable and subscribe to further updates of tables from Query!
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol, here we literaly saying Get Result as rx.Observable 😄

So, I guess, new method name is okay :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehe

nikitin-da added a commit that referenced this pull request Jan 18, 2016
Test asRxObservable() instead of createObservable() which is now deprecated
@nikitin-da nikitin-da merged commit a7da8ae into master Jan 18, 2016
@nikitin-da nikitin-da deleted the test-asRxObservable branch January 18, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants