fixed timer issue

This commit is contained in:
2023-11-27 14:57:25 +05:30
parent 13e07b007a
commit 44cb728fab
10 changed files with 38 additions and 30 deletions

View File

@ -65,7 +65,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
}
} else {
GeoJsonFeature<dynamic> gf = indexController.currentFeature[0];
print("=== photo sss ${gf.properties!["photos"]}");
//print("=== photo sss ${gf.properties!["photos"]}");
if (gf.properties!["photos"] == null || gf.properties!["photos"] == "") {
return const Image(image: AssetImage('assets/images/empty_image.png'));
} else {