mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00: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())
|
||||
}
|
||||
|
||||
inner class TranslateObserver() : Observer<String> {
|
||||
inner class TranslateObserver : Observer<String> {
|
||||
override fun onSubscribe(d: Disposable) {
|
||||
_viewState.value = StartState
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user