Use share() on LoginHelper
This commit is contained in:
parent
31cf7ae19b
commit
1cfc711a23
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue