-
Notifications
You must be signed in to change notification settings - Fork 997
Refresh duck.ai when subscription state changes #6395
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
base: feature/cristian/subscriptions/show_duck_ai_pro_settings
Are you sure you want to change the base?
Refresh duck.ai when subscription state changes #6395
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f1f47aa
to
d19380a
Compare
1b3df67
to
8af6f45
Compare
d19380a
to
f08c8bf
Compare
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.
LGTM 👍
subscriptions.getSubscriptionStatusFlow() | ||
.distinctUntilChanged() | ||
.onEach { _ -> | ||
logcat { "CRIS: SUBSCRIPTION STATUS CHANGED" } |
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.
Looks like a debugging leftover.
subscriptions.getSubscriptionStatusFlow() | ||
.distinctUntilChanged() | ||
.onEach { _ -> | ||
logcat { "CRIS: SUBSCRIPTION STATUS CHANGED" } |
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.
Looks like a debugging leftover.
Task/Issue URL: https://app.asana.com/1/137249556945/project/1149059203486286/task/1210671370392466?focus=true
Description
Signals FE to refresh Duck.ai when subscription state changes
Steps to test this PR
Feature 1
UI changes