Update AsyncTdEasy.java
This commit is contained in:
parent
075bf5ad40
commit
d4871a3d51
@ -152,7 +152,7 @@ public class AsyncTdEasy {
|
||||
* Get TDLib state
|
||||
*/
|
||||
public Flux<AuthorizationState> getState() {
|
||||
return Flux.from(authState).subscribeOn(scheduler);
|
||||
return authState.distinct().subscribeOn(scheduler);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user