schibsted / account-sdk-android

⛔️ DEPRECATED Schibsted Account SDK for Android
https://schibsted.github.io/account-sdk-android/
MIT License
14 stars 8 forks source link

Resolving multiple accounts in smart lock fails first time activity is started #363

Closed sorbris closed 4 years ago

sorbris commented 5 years ago

Summary

When cold starting the application, the login flow fails to resolve what credentials to use when there are multiple accounts the first try. It appears that smartLockController is null when the observer on smartLockResult is notified. If I exit the login flow and start it again it succeeds the second time.

Environment

Details

Steps to reproduce

  1. Kill the app when logged out
  2. Start it again and try to login when at least two smart lock options are available
  3. Select one
  4. The dialog closes but nothing else happens
Nilzor commented 4 years ago

Don't think this is relevant/applicable anymore? SmartLock works well now