-
Notifications
You must be signed in to change notification settings - Fork 131
[Login] Fix a crash during login after Activity or process death #14103
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
Open
hichamboushaba
wants to merge
1
commit into
release/22.4
Choose a base branch
from
issue/WOOMOB-381-fix-app-passwords-crash
base: release/22.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Login] Fix a crash during login after Activity or process death #14103
hichamboushaba
wants to merge
1
commit into
release/22.4
from
issue/WOOMOB-381-fix-app-passwords-crash
Conversation
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
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
Failing to do so causes a crash.
155d42e
to
1092a30
Compare
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/22.4 #14103 +/- ##
==================================================
- Coverage 38.51% 38.51% -0.01%
Complexity 9616 9616
==================================================
Files 2127 2127
Lines 117218 117219 +1
Branches 15073 15074 +1
==================================================
- Hits 45152 45150 -2
- Misses 67942 67944 +2
- Partials 4124 4125 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature: login
Related to any part of the log in or sign in flow, or authentication.
type: crash
The worst kind of bug.
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.
WOOMOB-381
Description
This PR fixes a crash that happens during the site credentials login, the crash happens if a Activity or process death occurred when the Application Passwords tutorial screen was shown, and the user dismissed it and retried login.
Important
I'm targeting
release/22.4
branch with the fix as this impacted 268 users just in the last month, but if you feel this should go totrunk
, please let me know.Steps to reproduce
Testing information
The tests that have been performed
Tested on an emulator, and confirmed that the app crashs because of this on
trunk
andrelease/22.4
branches, this branch fixes it.RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.