Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading indicator doesn't work #1

Open
klaszlo8207 opened this issue Nov 24, 2019 · 0 comments
Open

Loading indicator doesn't work #1

klaszlo8207 opened this issue Nov 24, 2019 · 0 comments

Comments

@klaszlo8207
Copy link

To fix that remove debounce operator and then change HelloWorldRepository as follows

object HelloWorldRepository {

fun loadHelloWorldText(): Observable<String> = Observable.just(
        listOf("Hello World", "Hola Mundo", "Hallo Welt", "Bonjour le monde").random()
).delay(3000, TimeUnit.MILLISECONDS)

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant