MessageService:

- Fix errore loop infinito in update numero record totali
This commit is contained in:
Samuele Locatelli
2022-09-12 15:12:10 +02:00
parent a77862b372
commit ac196be0b7
+4 -4
View File
@@ -141,10 +141,10 @@
if (_totalCount != value)
{
_totalCount = value;
if (EA_PageUpdated != null)
{
EA_PageUpdated?.Invoke();
}
//if (EA_PageUpdated != null)
//{
// EA_PageUpdated?.Invoke();
//}
}
}
}