Updated on 2026-08-14
This commit is contained in:
parent
06e972b8db
commit
fa92ff45c8
11 changed files with 80 additions and 13 deletions
|
|
@ -84,6 +84,9 @@ public class TangemContext {
|
|||
public void setError(String error) {
|
||||
this.error = error;
|
||||
}
|
||||
public void setError(int valueId) {
|
||||
this.error = getString(valueId);
|
||||
}
|
||||
|
||||
public String getError() {
|
||||
return error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue