Merge issue 1.0

faiz_marathon_signalR_critical
devmirza121 2 years ago
parent 2ced8313da
commit 4dc4a3fafb

@ -206,6 +206,7 @@ class _TodayAttendanceScreenState extends State<TodayAttendanceScreen> {
if (isWifiEnabled)
attendanceMethod("Wifi", "assets/images/wufu.svg", isWifiEnabled, () {
if (isWifiLocationEnabled) {
Location.getCurrentLocation((LatLng? latlng) {
performWifiAttendance(model, lat: latlng?.latitude.toString() ?? "", lng: latlng?.longitude.toString() ?? "");
});

Loading…
Cancel
Save