Skip to content

Commit

Permalink
Fixed MapOptions.backgroundColor failing to update (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyteapot authored Sep 9, 2023
1 parent e6e5e50 commit 2616ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/map/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ class MapOptions {
boundsOptions == other.boundsOptions &&
minZoom == other.minZoom &&
maxZoom == other.maxZoom &&
backgroundColor == other.backgroundColor &&
onTap == other.onTap &&
onSecondaryTap == other.onSecondaryTap &&
onLongPress == other.onLongPress &&
Expand All @@ -330,6 +331,7 @@ class MapOptions {
boundsOptions,
minZoom,
maxZoom,
backgroundColor,
onTap,
onSecondaryTap,
onLongPress,
Expand Down

0 comments on commit 2616ef0

Please sign in to comment.