Aptoide / appcoins-wallet-android

AppCoins Wallet repo
https://appcoins.io
GNU General Public License v3.0
75 stars 45 forks source link

[WAL-80] Removed fingerprint before showing settings #964

Closed JDSM01 closed 3 years ago

JDSM01 commented 3 years ago

What does this PR do?

Moves device compatibility to onCreate to avoid showing preference and then hiding it if device doesn't support fingerprint

Database changed?

No

Where should the reviewer start?

SettingsPresenter.kt

How should this be manually tested?

With a device without fingerprint HW, check if the fingerprint settings doesn't appear Check if the rest of the settings flow isn't affected by this

What are the relevant tickets?

https://aptoide.atlassian.net/browse/WAL-80

Questions:

Does this add new dependencies which need to be added? (Eg. new libs, new keys, etc.)

Code Review Checklist