Skip to content

Commit a36e6c4

Browse files
committed
v180.3.0
- Release
1 parent e326ce1 commit a36e6c4

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/app/simple/positional/decorations/maps

1 file changed

+1
-1
lines changed

app/src/main/java/app/simple/positional/decorations/maps/Maps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class Maps(context: Context, attributeSet: AttributeSet) : CustomMaps(context, a
326326
).addLinearGradient(
327327
intArrayOf(
328328
Color.parseColor("#FF1B50"),
329-
Color.parseColor("#7A07FD")))
329+
Color.parseColor("#e11677")))
330330
} else {
331331
if (location.isNotNull()) {
332332
if (!LocationExtension.getLocationStatus(context)) return@withContext

0 commit comments

Comments
 (0)