[codenameone-discussions] Re: I cannot detect the cancellation in the password addition in FingerPrint

2021-07-11 Thread rdvg...@gmail.com
Hi, Thanks for answering. In the end I was able to solve by changing the code as follows: if (u.seguridadBiometrica.get() && Fingerprint.isAvailable()) { Fingerprint.addPassword(idioma.getMensaje77(), "TEMPUS_KEY",

[codenameone-discussions] Re: I cannot detect the cancellation in the password addition in FingerPrint

2021-07-11 Thread Shai Almog
Hi, is the callback invoked at all? You can show a toast if it is. Are we talking about Android here? On Saturday, July 10, 2021 at 7:43:31 PM UTC+3 rdvg...@gmail.com wrote: > Hi, > > I am testing with the example that is in github, I changed the add method > and I cannot detect the