Skip to content

Commit e9fcad4

Browse files
committed
Fix SonarLint
1 parent 640d4b0 commit e9fcad4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/local/feed/FeedFragment.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import android.view.MenuItem
3636
import android.view.View
3737
import android.view.ViewGroup
3838
import android.widget.Button
39-
import androidx.annotation.Nullable
4039
import androidx.appcompat.app.AlertDialog
4140
import androidx.appcompat.content.res.AppCompatResources
4241
import androidx.core.content.edit
@@ -500,7 +499,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
500499

501500
private fun handleFeedNotAvailable(
502501
subscriptionEntity: SubscriptionEntity,
503-
@Nullable cause: Throwable?,
502+
cause: Throwable?,
504503
nextItemsErrors: List<Throwable>
505504
) {
506505
val sharedPreferences = PreferenceManager.getDefaultSharedPreferences(requireContext())

0 commit comments

Comments
 (0)