Don't store primary key on connect (behind RC flag)#7580
Draft
CrisBarreiro wants to merge 1 commit intodevelopfrom
Draft
Don't store primary key on connect (behind RC flag)#7580CrisBarreiro wants to merge 1 commit intodevelopfrom
CrisBarreiro wants to merge 1 commit intodevelopfrom
Conversation
CrisBarreiro
commented
Jan 26, 2026
| it.checkResult("Creating ConnectQR code failed") | ||
| } | ||
| }.getOrElse { return it.asErrorResult().alsoFireAccountErrorPixel().copy(code = GENERIC_ERROR.code) } | ||
| override suspend fun getConnectQR(): Result<AuthCode> { |
Collaborator
Author
There was a problem hiding this comment.
All production consumers were already on a coroutine context, so I thought it was better to make this function suspend than to launch a new coroutine (or guard against main thread access) when checking the RC flag
cmonfortep
requested changes
Feb 7, 2026
Contributor
cmonfortep
left a comment
There was a problem hiding this comment.
Left comments in Asana.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/project/1212227266948491/task/1212935894619116?focus=true
Description
Steps to test this PR
Note
You'll need 3 devices to test out this PR, but only one of them (device A) needs to be an Android device running the code from this PR
Device A has sync off
Device A has already synced to another device
Device A has sync off - RC flag disabled
UI changes