We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a369dee commit 989c0cfCopy full SHA for 989c0cf
app/src/main/java/org/schabi/newpipe/error/ErrorUtil.kt
@@ -159,7 +159,7 @@ class ErrorUtil {
159
Snackbar.make(rootView, errorInfo.getMessage(context), Snackbar.LENGTH_LONG)
160
.setActionTextColor(Color.YELLOW)
161
.setAction(context.getString(R.string.error_snackbar_action).uppercase()) {
162
- openActivity(context, errorInfo)
+ context.startActivity(getErrorActivityIntent(context, errorInfo))
163
}.show()
164
}
165
0 commit comments