We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ad082 commit ca240a3Copy full SHA for ca240a3
WordPress/src/main/java/org/wordpress/android/ui/posts/PostListAction.kt
@@ -110,10 +110,10 @@ fun handlePostListAction(
110
111
action.showSnackbar.invoke(action.messageSuccess)
112
} catch (e: Exception) {
113
- /**
114
- * Ignore any exceptions here as certain devices have bugs and will fail.
115
- * See https://crrev.com/542cb9cfcc927295615809b0c99917b09a219d9f for more info.
116
- */
+ /**
+ * Ignore any exceptions here as certain devices have bugs and will fail.
+ * See https://crrev.com/542cb9cfcc927295615809b0c99917b09a219d9f for more info.
+ */
117
AppLog.e(AppLog.T.POSTS, e)
118
action.showSnackbar.invoke(action.messageError)
119
}
0 commit comments