-
Notifications
You must be signed in to change notification settings - Fork 155
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
Feature/bma/fix fdroid notification #3035
Conversation
result.onFailure { | ||
Timber.e(it, "Failed to register pusher") | ||
} | ||
if (isVerified) { |
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.
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.
Fixed by bc30aee
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
It improve the tests and we may want to render errors in the View at some point.
deb94e0
to
1433011
Compare
1433011
to
64930e4
Compare
…ubleshoot screen.
…`getDistributors()` to eventually return an empty list of Distributors.
…ror in troubleshoot test will not be accurate. Also when registering for the first time, pick the fist available provider with at least one distributor.
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!
Lets just change the isVerified
to keep the state inside the LaunchedEffect
Quality Gate passedIssues Measures |
Type of change
Content
Fix issue on code running twice, and add more log regarding pusher registration.
This change also include a dialog to help user with no distributor installed. For UnifiedPush, this will act like this:
Also: if several push distributors are available (Firebase + UnifiedPush), the application will use Firebase by default (as before), but if not available, it will fallback to UnifiedPush is a UnifiedPush distributor is available on the system.
Motivation and context
Help investigate #3031
Screenshots / GIFs
Tests
Tested devices
Checklist