1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-26 03:54:50 +00:00

Merge pull request #7952 from TacoTheDank/bumpKotlin

Update Kotlin to 1.6.10
This commit is contained in:
litetex
2022-02-28 19:42:38 +01:00
committed by GitHub
4 changed files with 8 additions and 7 deletions

View File

@@ -452,8 +452,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
}.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(
{
subscriptionEntity ->
{ subscriptionEntity ->
handleFeedNotAvailable(
subscriptionEntity,
t.cause,