wownero
/
wownerujo
Archived
4
0
Fork 0

Show message for recoverable error encountered during authentication (#343)

upstream
0140454 6 years ago committed by m2049r
parent dc95539fc1
commit 1b0ac1c481

@ -508,6 +508,12 @@ public class Helper {
tvOpenPrompt.setText(errString);
}
@Override
public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
tvOpenPrompt.setCompoundDrawablesRelativeWithIntrinsicBounds(icError, null, null, null);
tvOpenPrompt.setText(helpString);
}
@Override
public void onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result) {
try {