mirror of https://github.com/m2049r/xmrwallet.git
Show message for recoverable error encountered during authentication (#343)
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in New Issue