The last update of the press is not generating the correct activity class in the nav.html, allowing the interface to show an icon in the navigation.
This was fixed at some point but now it's not working.
The current nav.html contains li like the following:
<li class="nav__list-item">
<a class="nav__list-link" data-text-id="txt_p53_g0_t0" href="53_s0.html">HABLAR Y VOLAR</a>
</li>
But if this item is an activity, it should be like this:
<li class="nav__list-item **activity**">
<a class="nav__list-link" data-text-id="txt_p53_g0_t0" href="53_s0.html">HABLAR Y VOLAR</a>
</li>