File tree Expand file tree Collapse file tree
java/org/schabi/newpipe/error Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package org.schabi.newpipe.error
33import android.content.Context
44import android.os.Parcelable
55import androidx.annotation.StringRes
6+ import androidx.core.content.ContextCompat
67import com.google.android.exoplayer2.ExoPlaybackException
78import com.google.android.exoplayer2.upstream.HttpDataSource
89import com.google.android.exoplayer2.upstream.Loader
@@ -274,9 +275,6 @@ class ErrorInfo private constructor(
274275 // we don't have an exception, so this is a manually built error, which likely
275276 // indicates that it's important and is thus reportable
276277 null -> true
277- // a recaptcha was detected, and the user needs to solve it, there is no use in
278- // letting users report it
279- is ReCaptchaException -> false
280278 // the service explicitly said that content is not available (e.g. age restrictions,
281279 // video deleted, etc.), there is no use in letting users report it
282280 is ContentNotAvailableException -> false
Original file line number Diff line number Diff line change 214214 android : layout_marginTop =" @dimen/video_item_detail_error_panel_margin"
215215 android : visibility =" gone"
216216 tools : visibility =" gone" />
217+
217218 <!-- HIDING ROOT-->
218219 <LinearLayout
219220 android : id =" @+id/detail_content_root_hiding"
You can’t perform that action at this time.
0 commit comments