update popup conditions
This commit is contained in:
@ -136,7 +136,9 @@ class CameraPage extends StatelessWidget {
|
||||
}
|
||||
|
||||
if (destinationController.isAtGoal.value &&
|
||||
destinationController.isInRog.value) {
|
||||
destinationController.isInRog.value &&
|
||||
destination.cp == -1) {
|
||||
//goal
|
||||
return Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: [
|
||||
@ -210,6 +212,7 @@ class CameraPage extends StatelessWidget {
|
||||
);
|
||||
} else if (destinationController.isInRog.value &&
|
||||
dbDest?.checkedin != null &&
|
||||
destination.cp != -1 &&
|
||||
dbDest?.checkedin == true) {
|
||||
//make buypoint image
|
||||
return Row(
|
||||
|
||||
Reference in New Issue
Block a user