update for chech in
This commit is contained in:
@ -159,6 +159,8 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
||||
// do something
|
||||
}
|
||||
if (mapEvent is MapEventMoveEnd) {
|
||||
destinationController.isSelected.clear();
|
||||
destinationController.isSelected.add(false);
|
||||
//print(DateTime.now().toString() + ' [MapEventMoveStart] END');
|
||||
//indexController.loadLocationsBound();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user