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

Commit f5443e7a authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '803-warning-update-for-the-lg-g3-d855' into 'master'

Resolve "Warning update for the LG-G3 d855"

Closes #803

See merge request e/documentation/user!883
parents 8521bbfd 7eb2a511
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{%- assign device = page.device -%}

{% if device.vendor == "LG" %}
{% if device.codename != "d855" %}
   {% include alerts/danger.html content="Please note LG has stopped officially supporting the unlocking of its bootloader. For more details please refer this [document](https://www.xda-developers.com/lg-bootloader-unlocking-shut-down-december-31/)" %}
{% endif %}
{% endif %}
{% if device.custom_recovery_codename %}
{% assign custom_recovery_codename = device.custom_recovery_codename %}
{% else %}