Skip to content

Commit

Permalink
fix picker animation in location dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Jul 7, 2024
1 parent 6cbcd9a commit 105366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/picker_location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class AnimatedCenterMarker extends StatefulWidget {
class _AnimatedCenterMarker extends State<AnimatedCenterMarker> {
late GeoPoint? _center = widget.center;
bool isMoving = false;
late Timer? timer;
Timer? timer;

Timer createTimer() => Timer(const Duration(seconds: 2), () {
setState(() {
Expand Down

0 comments on commit 105366a

Please sign in to comment.