Fix many compilation warnings
This commit is contained in:
@@ -30,7 +30,7 @@ class AnilistLoginActivity : AppCompatActivity() {
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe({
|
||||
returnToSettings()
|
||||
}, { error ->
|
||||
}, { _ ->
|
||||
returnToSettings()
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user