Michał Filipek
Michał Filipek
use `LiveDataMediator` -> almost all usecases allow you to that and with this approach you can `bypass` livecycle aware observator -> just remember that mutating method needs to be called...
@stdpmk yes you are right but why observe it then anyway. As far as I understand viewmodel should prepare data for view. If there is no view, stopping livedata observation...
i just saw that windows machine has HAXM component installed `https://github.com/actions/virtual-environments/blob/2378e1c967bc72fdf555f9b33e8c99446c06b4c4/images/win/Windows2016-Readme.md` maybe thats the way to go (windows is still way cheaper than macOS)
seems to be officially supported by standard https://tools.ietf.org/html/rfc6749#section-6 > scope OPTIONAL. The scope of the access request as described by Section 3.3. The requested scope MUST NOT include any scope...
related PRs that I've found so far: - https://github.com/openid/AppAuth-Android/pull/589 - iOS https://github.com/openid/AppAuth-iOS/pull/301 initially authored by @WilliamDenniss - would that be ok for you to bring scopes back to token_refresh request...
in kotlin you can easily do it with extension and suspendable method: ``` internal suspend fun AuthState.performActionWithFreshTokens(service: AuthorizationService): String = suspendCancellableCoroutine { cont -> performActionWithFreshTokens(service) { accessToken, idToken, ex ->...
same issue here, one more thing is that i think driver was added to Airprint only recently BC as i remember few moths ago i wasn't able to add printer...
@troymolnar thanks for tip! i think this one should be enough, at least it was in my case ``` ```
> > These solutions solve the sign in issue for me, however they keep another browser activity with a login screen even after the login ended. Does anybody have an...
I think Android 14 QPR1 is released, this should fix issue so we can close it. BTW does anyone has idea how to check if device is running particular QPR...