Skip to content

fix: updated favourites on event navigation & continuous topic api calls #1707

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

Merged
merged 1 commit into from
May 20, 2019

Conversation

iamanbansal
Copy link
Contributor

Part of #1689

Changes: change flowable similar events to single events.

@auto-label auto-label bot added the fix label May 3, 2019
@iamanbansal
Copy link
Contributor Author

@iamareebjamal now getting the events from db.

@iamanbansal iamanbansal changed the title fix: continuous event topic api calls fix:updated favourites on event navigation & continuous topic api calls May 20, 2019
@iamanbansal iamanbansal changed the title fix:updated favourites on event navigation & continuous topic api calls fix: updated favourites on event navigation & continuous topic api calls May 20, 2019
@iamanbansal
Copy link
Contributor Author

iamanbansal commented May 20, 2019

Changes:

  • Made event lists flowable (home, search, favourites, similar topic & location events)
  • Using Sets for similar topic events & location events because both can have mutual events
  • Calling api for similar topic events

Video (ignore the bg noise)
https://drive.google.com/file/d/1mTqwYZf6JNjaBXmxfDassxAs5NBRy3cE/view?usp=sharing

@iamareebjamal @anhanh11001 @liveHarshit @nikit19 review please

Google Drive

.doFinally {
mutableShowShimmerResults.value = false
}.subscribe({
mutableShowShimmerResults.value = false
Copy link
Member

Choose a reason for hiding this comment

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

WHY?

Copy link
Contributor Author

@iamanbansal iamanbansal May 20, 2019

Choose a reason for hiding this comment

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

Calls the doFInally action after this Flowable signals onError or onCompleted or gets canceled by the downstream.

Means it'll keep showing the shimmer even after the success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants