This issue is related to Passcodeview lib by @DonManfred
In the version V1.01 the event "onFail()" does not seem to get fired.
Code:
Also when the PasscodeType is 0 (adding a new passcode) and if the passcodes do not match, the app crashes leaving the log:
Any help will be appreciated.
In the version V1.01 the event "onFail()" does not seem to get fired.
Code:
B4X:
Sub pw_onFail
Log($"pw_onFail()"$)
End Sub
Also when the PasscodeType is 0 (adding a new passcode) and if the passcodes do not match, the app crashes leaving the log:
B4X:
*** Service (starter) Create ***
Error occurred on line: 0 (Main)
java.lang.Exception: Sub pw_onfail signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject b4a.example.main_subs_0._pw_onfail() throws java.lang.Exception
class java.lang.String,
Any help will be appreciated.