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
commit f1c6988552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,