fix text display issue
This commit is contained in:
@ -206,6 +206,7 @@ class DestinationController extends GetxController {
|
||||
if(checkin_radious >= distance && location_already_checked_in == false && is_in_rog.value == true){
|
||||
if(auto_checkin){
|
||||
if(!checking_in){
|
||||
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ make checkin ${d.sub_loc_id}@@@@@@@@@@@");
|
||||
makeCheckin(d, true,"");
|
||||
if(d.cp != -1){
|
||||
rogaining_counted.value =true;
|
||||
@ -369,7 +370,7 @@ class DestinationController extends GetxController {
|
||||
|
||||
for(final d in destinations){
|
||||
|
||||
print("--- check checkin for--loc_id- ${d.location_id}----");
|
||||
print("--- check checkin for--loc_id- ${d.sub_loc_id}----");
|
||||
|
||||
double lat = d.lat!;
|
||||
double lon = d.lon!;
|
||||
@ -430,7 +431,7 @@ class DestinationController extends GetxController {
|
||||
}
|
||||
|
||||
void makeCheckin(Destination destination, bool action, String imageurl) async {
|
||||
//print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ressssss ${action}@@@@@@@@@@@");
|
||||
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ressssss ${destination.sub_loc_id}@@@@@@@@@@@");
|
||||
DatabaseHelper db = DatabaseHelper.instance;
|
||||
List<Destination> ddd = await db.getDestinationByLatLon(destination.lat!, destination.lon!);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user