MessageService:
- Fix errore loop infinito in update numero record totali
This commit is contained in:
@@ -141,10 +141,10 @@
|
||||
if (_totalCount != value)
|
||||
{
|
||||
_totalCount = value;
|
||||
if (EA_PageUpdated != null)
|
||||
{
|
||||
EA_PageUpdated?.Invoke();
|
||||
}
|
||||
//if (EA_PageUpdated != null)
|
||||
//{
|
||||
// EA_PageUpdated?.Invoke();
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user