frangulyan
frangulyan
I would also be interested in the reply. Our app will potentially run for several hours with playing music while the user is away from the iPhone, I can't imagine...
@kkarayannis please let us know about the flow
@paleksandrs for the last 2 days I was experimenting with the sample app they have. Our app requirements are simple: - need access token from user to call some web...
@paleksandrs thanks for your help! I guess I will do the following - initially use `sessionManager` to get the **authorization code** and **refresh token** using Spotify's login UI, and then...
@jholmes12 the hard app-switch is only needed if: - you don't have refresh tokens cached (basically the very first run) or they are not valid (user revoked them by removing...
Having the same problem....
Seems like the `fontFamily` of the inner `TextInputEditText` is also applied to the hint, even when the outer `TextInputLayout` sets it to something else using `hintTextAppearance`.