-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix: add loading screen when importing asset (WPB-10217) #3260
fix: add loading screen when importing asset (WPB-10217) #3260
Conversation
Signed-off-by: alexandreferris <[email protected]>
Signed-off-by: alexandreferris <[email protected]>
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
Signed-off-by: alexandreferris <[email protected]>
Built wire-android-staging-compat-pr-3260.apk is available for download |
Built wire-android-internal-compat-pr-3260.apk is available for download |
…when_sharing_asset
Built wire-android-staging-compat-pr-3260.apk is available for download |
Built wire-android-internal-compat-pr-3260.apk is available for download |
Quality Gate passedIssues Measures |
Built wire-android-staging-compat-pr-3260.apk is available for download |
Built wire-android-internal-compat-pr-3260.apk is available for download |
Signed-off-by: alexandreferris <[email protected]>
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
When sharing an asset from the Gallery/Files and the app was previously closed, it would show a screen for the user to login for a split second even though the user was logged in.
Causes (Optional)
There was no state for loading while we fetch current logged in user.
Solutions
Add a new state for
Loading
inFeatureFlagState.FileSharingState
so it can display the default loading screen for the split second.Testing
How to Test
Attachments (Optional)