Cambiato messaggio di warning per check documenti interni
This commit is contained in:
parent
44b9bc3fc1
commit
d897c83165
@ -122,7 +122,7 @@ public class DocInterniViewModel {
|
||||
codDtip,
|
||||
data -> {
|
||||
if (!data) {
|
||||
this.sendWarning(UtilityResources.getString(R.string.no_doc_found_message), this::init);
|
||||
this.sendWarning("Documento di riferimento non trovato!", this::init);
|
||||
} else {
|
||||
action.run();
|
||||
this.sendOnLoadingStarted();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user