-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Pages: confusing error dialog #311
Comments
Note: title must be more friendly |
R.string.error_refresh is not translation friendly. (see https://github.com/wordpress-mobile/WordPress-Android/blob/develop/res/values/strings.xml?source=c#L607) |
On Nexus 5, WP Android 2.6 Beta 1, clicking Yes sometimes crashes the application. Is there a way to grab the stack trace? |
I was able to reproduce the crash consistently. The CrashRerport mentions that in the following line a CommentsActivity object couldn't be casted to an OnDialogConfirmListener object.
|
* replace confusing error dialog by a toast * fix an i18n issue with "error_refresh" messages * unification of refresh messages (Toast everywhere: notificaitons, comments, pages, posts, media, themes) not sure about stats: #567
…or-dialogs fix #311: replace confusing error dialog by a toast
eb8d070 Merge pull request #311 from wordpress-mobile/issue/310-add-labels-to-link-edittext 6c99e24 wrap DialogLink's EditText inside TextInputLayout git-subtree-dir: libs/editor git-subtree-split: eb8d070e013e9c9ce30d20ba28825831b4689e79
I tapped "Pages" in the sidebar while in airplane mode and was presented with this dialog. Selecting "Yes" results in the same error dialog.
Nexus 7, Android 4.3.
The text was updated successfully, but these errors were encountered: