dropbox / kaiken

User scoping library for Android applications.
Apache License 2.0
69 stars 11 forks source link

Clicking Login twice in the sample app does not work #133

Closed chris-mitchell closed 2 years ago

chris-mitchell commented 2 years ago

Launch the sample-with-di app:

  1. Input 1 for the user ID
  2. Tap Login
  3. Tap back
  4. Input 123 for the user ID
  5. Tap Login

Observed: User remains on the login screen Expected: User enters the helloworld screen w/ user ID 123

Recording: https://user-images.githubusercontent.com/437176/149995983-e1555215-e908-4b9e-b66d-f4ab18326a8b.mp4