wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.96k stars 1.31k forks source link

Misleading snackbar message on page load fail retry #12477

Open develric opened 4 years ago

develric commented 4 years ago

Could not investigate the reason and/or if it can cover something more, but while looking into this Push Notifications PR I noticed the following

Expected behavior

When a page upload fails, we present a system notification. If user taps on the notification, the pages list is opened (while the page upload is being retried) and a snackbar is presented saying something like "Page upload retrying" or something similar.

Actual behavior

When a page upload fails, we present a system notification. If user taps on the notification, the pages list is opened (while the page upload is being retried) and a snackbar is presented saying "The selected page is not available"

Steps to reproduce the behavior

Tested on [Pixel 3 Emu], Android [API 29], WPAndroid [alpha-234]
stale[bot] commented 3 years ago

This issue has been marked as stale because:

Please comment with an update if you believe this issue is still valid or if it can be closed. This issue will also be reviewed for validity and priority during regularly scheduled triage sessions.

thehenrybyrd commented 1 year ago

I was able to reproduce this in WP Android 21.1-rc-2 on Samsung Galaxy S21, Android 12. To reproduce on a physical device, I turned on airplane mode after tapping publish.

Here's that "The selected page is not available" snackbar:

The error messaging could definitely be more helpful here.