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

Commit 387e9b0c authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

5076 fix ipscrambling on state label on widget.

parent 138cd271
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ fun render(
            context.getString(
                if (state.internetPrivacyMode != InternetPrivacyMode.HIDE_IP)
                    R.string.widget_state_ipaddress_off
                else R.string.widget_state_title_on
                else R.string.widget_state_ipaddress_on
            )
        )