Fixed
Status Update
Comments
cu...@google.com <cu...@google.com>
ap...@google.com <ap...@google.com> #2
This would also be useful for entire types. Like switching from `android.support.v4.util.SparseArray` to `android.util.SparseArray`. The problem there, though, is that you have to remember to update the annotation value if SparseArray gets updated to include new functionality from newer API levels. That's a developer problem though.
an...@google.com <an...@google.com> #3
Would be great to steal ReplaceWith from Kotlin's @Deprecated as well, although that isn't needed for an initial version.
Description
- A bugreport immediately after the issue occurs.
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
BUILD INFO
- Device type: Samsung S10+ (G975F)
- OS version: 9
- Biometric library version: 1.0.0-rc02
STEPS TO REPRODUCE
1. Trigger call to .authenticate()
EXPECTED RESULTS
Only one biometric dialog is shown
OBSERVED RESULTS
What looks to be the Samsung biometric dialog is shown on top of the Android biometric dialog. See attachment.
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (e.g. 3/10)
10/10