fix: Sets the correct color for the SouthPAN Legend diamond and dashes (#681)

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
This commit is contained in:
Christian Rowlands
2025-09-06 12:36:43 -04:00
committed by GitHub
parent acea0e0249
commit 148b609e37

View File

@@ -314,7 +314,9 @@ class SkyFragment : Fragment() {
legend.skyLegendShapeLine15a,
legend.skyLegendShapeLine15b,
legend.skyLegendShapeLine16a,
legend.skyLegendShapeLine16b
legend.skyLegendShapeLine16b,
legend.skyLegendShapeLine17a,
legend.skyLegendShapeLine17b
)
// Shape Legend shapes
@@ -331,7 +333,8 @@ class SkyFragment : Fragment() {
legend.skyLegendDiamond4,
legend.skyLegendDiamond5,
legend.skyLegendDiamond6,
legend.skyLegendDiamond7
legend.skyLegendDiamond7,
legend.skyLegendDiamond8
)
}
@@ -584,4 +587,4 @@ class SkyFragment : Fragment() {
companion object {
const val TAG = "GpsSkyFragment"
}
}
}