Skip to content

Commit

Permalink
make the finding officers time to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr94t3z committed Oct 13, 2023
1 parent 1b751b9 commit dceca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/radar/find_officers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class _FindOficcersWidgetState extends State<FindOficcersWidget>
super.initState();
_controller = AnimationController(
vsync: this,
duration: const Duration(milliseconds: 1500000),
duration: const Duration(milliseconds: 15000),
);

// Add a listener to the controller to detect when the animations are done.
Expand Down

0 comments on commit dceca65

Please sign in to comment.