-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: offline login persistence #275
Conversation
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.
Nice catch. I almost forgot that we had to manage this case. The helper is also a good idea as it separates the code
app/src/main/java/com/github/se/travelpouch/model/authentication/NetworkConnectivityHelper.kt
Outdated
Show resolved
Hide resolved
…lPouch/travelpouch into feature/signin-persistence-offline
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.
Perfect, the change is perfect for me
Quality Gate failedFailed conditions |
Closes #233