Use share() on LoginHelper

This commit is contained in:
Mikołaj Pich 2019-03-12 18:10:24 +01:00
parent 31cf7ae19b
commit 1cfc711a23
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -154,7 +154,7 @@ class ServiceManager(
return LoginHelper(loginType, schema, host, symbol, cookies, getLoginService())
.login(email, password)
.toFlowable()
// .share()
.share()
}
class UrlGenerator(private val schema: String, private val host: String, var symbol: String, var schoolId: String) {