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

Commit ae06ed06 authored by mqi's avatar mqi Committed by Gerrit - the friendly Code Review server
Browse files

SystemUI: Fix Signal Level Incorrect issue

Signal level incorrect due to config_showRsrpSignalLevelforLTE is
not enalbed by default.

Enable this flag in default mode.

Change-Id: I301ce7604fabdf64cfab90639e486bfd95bd8bf9
CRs-Fixed: 1061505
parent 223c12ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
    <bool name="config_show4GForLTE">true</bool>

    <!-- Whether or not we also show rsrp level for LTE. -->
    <bool name="config_showRsrpSignalLevelforLTE">false</bool>
    <bool name="config_showRsrpSignalLevelforLTE">true</bool>

    <!-- Whether or not we show carrier label in notification panel. -->
    <bool name="config_showCarrierLabel">false</bool>