Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-16 19:51:54 +03:00
parent e7c57f1e11
commit 97c60b5f9d
18 changed files with 1098 additions and 611 deletions

View file

@ -85,6 +85,10 @@ public class TangemContext {
return error;
}
public boolean hasError() {
return error!=null && !error.isEmpty();
}
public void setMessage(String value) {
this.message = value;
}