We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640d4b0 commit e9fcad4Copy full SHA for e9fcad4
1 file changed
app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt
@@ -36,7 +36,6 @@ import android.view.MenuItem
36
import android.view.View
37
import android.view.ViewGroup
38
import android.widget.Button
39
-import androidx.annotation.Nullable
40
import androidx.appcompat.app.AlertDialog
41
import androidx.appcompat.content.res.AppCompatResources
42
import androidx.core.content.edit
@@ -500,7 +499,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
500
499
501
private fun handleFeedNotAvailable(
502
subscriptionEntity: SubscriptionEntity,
503
- @Nullable cause: Throwable?,
+ cause: Throwable?,
504
nextItemsErrors: List<Throwable>
505
) {
506
val sharedPreferences = PreferenceManager.getDefaultSharedPreferences(requireContext())
0 commit comments