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
Biometric activity is written in Java in the old architecture. The aim of this issue is to move the biometric activity and all its related stuff to presentation.ui.security package and rewrite the class in Kotlin.
TASKS
Create branch new_arch/biometric
Development tasks
Move all the classes to presentation.ui.security package
Kotlinize BiometricActivity
Create new BiometricViewModel
Move logic from BiometricActivity to BiometricViewModel
Kotlinize BiometricManager
Include unit tests
Code review and apply changes requested
Design test plan
QA
Merge branch new_arch/biometric into master
The text was updated successfully, but these errors were encountered:
Biometric activity is written in Java in the old architecture. The aim of this issue is to move the biometric activity and all its related stuff to
presentation.ui.security
package and rewrite the class in Kotlin.TASKS
presentation.ui.security
packageThe text was updated successfully, but these errors were encountered: