Aggiunta pagination nella tab Commesse

This commit is contained in:
2025-09-05 09:41:22 +02:00
parent 8508820350
commit 014e2ffc41
4 changed files with 489 additions and 135 deletions

View File

@@ -6,6 +6,7 @@ public class NetworkService : INetworkService
{
public bool IsNetworkAvailable()
{
return false;
return Connectivity.Current.NetworkAccess == NetworkAccess.Internet;
}