fixed history
This commit is contained in:
@ -442,7 +442,7 @@ class DestinationController extends GetxController {
|
||||
|
||||
try {
|
||||
print("--- 000 ---- $skip_gps----");
|
||||
await Future.delayed(const Duration(milliseconds: 1500));
|
||||
await Future.delayed(const Duration(milliseconds: 3500));
|
||||
final la = current_lat;
|
||||
final ln = current_lon;
|
||||
for (GeoJsonFeature fs in indexController.locations[0].collection) {
|
||||
@ -541,6 +541,7 @@ class DestinationController extends GetxController {
|
||||
|
||||
if (ddd.isEmpty) {
|
||||
destination.checkedin = true;
|
||||
destination.checkin_image = imageurl;
|
||||
await db.insertDestination(destination);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user