mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 23:04:17 +01:00
Update TranslateViewModel.kt
codacy error dix Signed-off-by: Julius Linus <69230048+rapterjet2004@users.noreply.github.com>
This commit is contained in:
parent
5a18a05654
commit
480ad8941b
@ -47,7 +47,7 @@ class TranslateViewModel @Inject constructor(
|
|||||||
?.subscribe(TranslateObserver())
|
?.subscribe(TranslateObserver())
|
||||||
}
|
}
|
||||||
|
|
||||||
inner class TranslateObserver() : Observer<String> {
|
inner class TranslateObserver : Observer<String> {
|
||||||
override fun onSubscribe(d: Disposable) {
|
override fun onSubscribe(d: Disposable) {
|
||||||
_viewState.value = StartState
|
_viewState.value = StartState
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user