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

Commit 67964365 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix RegulatoryInfo customization doesn't work"

parents 1db3eeff 0f4b38ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class RegulatoryInfoDisplayActivity extends Activity implements
        }


        if (regulatoryInfoDrawableExists) {
        if (regulatoryInfoDrawableExists && !isShowRegulatoryByProp) {
            View view = getLayoutInflater().inflate(R.layout.regulatory_info, null);
            ImageView image = (ImageView) view.findViewById(R.id.regulatoryInfo);
            image.setImageResource(resId);