fix and added messages screen to new location

This commit is contained in:
Kima
2024-03-12 21:01:20 +01:00
parent 7f074c67e3
commit f1429faf3f
3 changed files with 31 additions and 13 deletions

View File

@@ -198,7 +198,7 @@ class SendRecipientType {
factory SendRecipientType.fromJson(Map json) {
return SendRecipientType(
id: json['azonosito'] != '' ? int.parse(json['azonosito']) : 0,
id: json['azonosito'] != '' ? json['azonosito'] : 0,
code: json['kod'],
description: json['leiras'],
name: json['nev'],