You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
On the first time opening an account will show an animation as navigating back. This happens because the stack is initialized as a login screen as the first element and multi-account screen as the second. I would suggest approaching this the way making always multiaccount screen main, and when the app is open from background to navigate to the login screen of latests account.
Device 2: PublicKeyText is 0x0479ac1b8781908a473f5ec6ae17381cb4c23be9421ee7d356684f10856978f63656d19c43d92576d6728d3bb7d28916c1376b6b86c7cd6976cefe8061151601d9
Device 2: Tap on ProfilePictureElement
Device 2: 'SelectFromGalleryButton' is not found on the screen
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.
Fixes #9902
On the first time opening an account will show an animation as navigating back. This happens because the stack is initialized as a login screen as the first element and multi-account screen as the second. I would suggest approaching this the way making always multiaccount screen main, and when the app is open from background to navigate to the login screen of latests account.