Skip to content

Commit

Permalink
Sets the correct color for the SouthPAN Legend diamond and dashes
Browse files Browse the repository at this point in the history
Adds the diamond and dashes to the list of shapes and lines so that the colors get updated appropriately when dark mode is turned on
  • Loading branch information
christianrowlands authored May 9, 2024
1 parent 221e46c commit b660978
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ class SkyFragment : Fragment() {
legend.skyLegendShapeLine15a,
legend.skyLegendShapeLine15b,
legend.skyLegendShapeLine16a,
legend.skyLegendShapeLine16b
legend.skyLegendShapeLine16b,
legend.skyLegendShapeLine17a,
legend.skyLegendShapeLine17b
)

// Shape Legend shapes
Expand All @@ -331,7 +333,8 @@ class SkyFragment : Fragment() {
legend.skyLegendDiamond4,
legend.skyLegendDiamond5,
legend.skyLegendDiamond6,
legend.skyLegendDiamond7
legend.skyLegendDiamond7,
legend.skyLegendDiamond8
)
}

Expand Down Expand Up @@ -584,4 +587,4 @@ class SkyFragment : Fragment() {
companion object {
const val TAG = "GpsSkyFragment"
}
}
}

0 comments on commit b660978

Please sign in to comment.