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
Paperless mobile shows an incorrect error message in the scanner page.
Steps to reproduce
Open scanner page
Tap upload in top bar, make sure no documents have been scanned yet
See error indicating missing internet connection
Log output from the app
No response
Screenshots
Paperless-ng*x Version
1.16.5
Paperless-Mobile Version
3.0.1+1048
Device
Google Pixel 4a
Operating System Version
Android 13
Device Locale
German, English
Selected Locale
German
Additional Context
The issue is the use of the ConnectivityAwareActionWrapper in scanner_page line 144. ConnectivityAwareActionWrapper always displays the offline message, even if the action is disabled through the disabled parameter (which is the case in this bug) [link to code].
I don't know if adding a disabled reason to show in the snackbar would be sensible, or to just not show a message at all, the other actions don't show an error message either.
The text was updated successfully, but these errors were encountered:
What happened?
Paperless mobile shows an incorrect error message in the scanner page.
Steps to reproduce
Log output from the app
No response
Screenshots
Paperless-ng*x Version
1.16.5
Paperless-Mobile Version
3.0.1+1048
Device
Google Pixel 4a
Operating System Version
Android 13
Device Locale
German, English
Selected Locale
German
Additional Context
The issue is the use of the
ConnectivityAwareActionWrapper
inscanner_page
line 144.ConnectivityAwareActionWrapper
always displays the offline message, even if the action is disabled through thedisabled
parameter (which is the case in this bug) [link to code].I don't know if adding a disabled reason to show in the snackbar would be sensible, or to just not show a message at all, the other actions don't show an error message either.
The text was updated successfully, but these errors were encountered: