You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
First, every time one subscribes to whorldwind#read(), the each time newly created FingerprintAuthOnSubscribe, prepare the whorldwind.keystore which actually clears the storageif necessary.
Actually adding fingerprints to the device invalidates the key we have. This means that every time the keystore is prepared, it will clear the storage.
Second, although we're gonna clear the storage, the adapter isn't updated on resume. Because when the activity paused, and started again, the sample apps subscribes only when a tap event has been emitted by the adapter (not on resume); which means the storage gets cleared every time the user tap an item for the first time, not on loading.
On creation, this isn't a problem because when we seed the storage, the keystore is prepared by the write happening via the seeding.
Not sure how to fix the adapter.
Not sure if we should also change the API of wholdwind to let the user proactively be sure the keys are still valid.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
SampleActivity
, there's a "How How did you do that!?" toast. Here's how:I haven't had a chance to debug any further but will update here if I find any more.
The text was updated successfully, but these errors were encountered: