Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5951efef authored by Yuchen's avatar Yuchen Committed by Yuchen Sun
Browse files

Fix name of COO.

Test: visual
Bug: 370850767
Flag: EXEMPT bug fix
Change-Id: I41931b49e993806cc3de71c67f600faee2af241d
parent 3dc4d36a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ class RegulatoryInfoDisplayActivity : Activity() {
    private fun getRegulatoryText(): CharSequence? {
        val regulatoryInfoText = resources.getText(R.string.regulatory_info_text)
        if (regulatoryInfoText.isNotBlank()) return regulatoryInfoText
        return featureFactory.hardwareInfoFeatureProvider?.countryIfOriginLabel
        return featureFactory.hardwareInfoFeatureProvider?.countryOfOriginLabel
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@ interface HardwareInfoFeatureProvider {
    /**
     * The country of origin label.
     */
    val countryIfOriginLabel: String
    val countryOfOriginLabel: String
}