-
Notifications
You must be signed in to change notification settings - Fork 588
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
Invalid toast in absence of internet connectivity while loading client info. #1559
Labels
Comments
I would like to work on this. |
3 tasks
danishjamal104
added a commit
to danishjamal104/android-client
that referenced
this issue
Nov 16, 2020
Fix openMF#1559 - fixed toast message in client info page
danishjamal104
added a commit
to danishjamal104/android-client
that referenced
this issue
Nov 16, 2020
Fix openMF#1559 - fixed toast message in client info page inflateClientInformation() method modifiede in clientDetailsFragment.java to meet the cheecklist
danishjamal104
added a commit
to danishjamal104/android-client
that referenced
this issue
Nov 17, 2020
Fix openMF#1559 - fixed toast message in client info page inflateClientInformation() method modifiede in clientDetailsFragment.java to meet the cheecklist Extracted string resource while displaying error toast. Also added language conversion of the same
i am working on this issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
After disconnecting from the internet invalid toast message is shown
Client not found
.Steps to reproduce:
Expected behaviour:
A proper message describing the issue must be displayed for example
No internet connection
for no internet connectivity case.Observed behaviour:
When we disconnect the device from internet after loading the search result of client on dashboard then the detail page of client shows an incorrect toast of
Client not found
which instead should displayNo internet connection
also the progress bar over profile picture goes into infinite loading which also must be disabled in absence of internet connectivity.Device and Android version:
Screenshots:
The text was updated successfully, but these errors were encountered: