| 936202cf | 04-Feb-2020 |
Linus Unnebäck <[email protected]> |
[local-authentication] Bail early when in background (#6971)
# Why
Follow up to #6962, fail with a proper error when `getCurrentActivity()` returns `null`.
# How
Reject the promise if we ca
[local-authentication] Bail early when in background (#6971)
# Why
Follow up to #6962, fail with a proper error when `getCurrentActivity()` returns `null`.
# How
Reject the promise if we cannot get ahold of the current activity
# Test Plan
Try triggering local authentication when in the background
show more ...
|