Fix all features
This commit is contained in:
@ -1628,7 +1628,7 @@ class DestinationController extends GetxController {
|
||||
// 地図のイベントリスナーを設定
|
||||
indexController.mapController.mapEventStream.listen((MapEvent mapEvent) {
|
||||
if (mapEvent is MapEventMoveEnd) {
|
||||
indexController.loadLocationsBound();
|
||||
indexController.loadLocationsBound(indexController.currentUser[0]["user"]["event_code"]);
|
||||
}
|
||||
});
|
||||
|
||||
@ -1653,7 +1653,7 @@ class DestinationController extends GetxController {
|
||||
);
|
||||
indexController.currentBound.clear();
|
||||
indexController.currentBound.add(bnds);
|
||||
indexController.loadLocationsBound();
|
||||
indexController.loadLocationsBound(indexController.currentUser[0]["user"]["event_code"]);
|
||||
centerMapToCurrentLocation();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user