Worklog, anti geo spoofing and UI Polish
This commit is contained in:
@@ -64,7 +64,7 @@ class ConnectivityMonitor {
|
||||
}
|
||||
try {
|
||||
final res = await http
|
||||
.head(Uri.parse('https://tasq.crmc.ph'))
|
||||
.head(Uri.parse('https://google.com'))
|
||||
.timeout(const Duration(seconds: 5));
|
||||
return res.statusCode < 500;
|
||||
} catch (_) {
|
||||
|
||||
Reference in New Issue
Block a user