Changing the light name on the light detail screen does not update the light name in the appbar title.
Currently, the name is read from the navigation label at fragment creation time. No update is appplied after that. Instead, we could apply the fragment title by data-binding the name of the light model inside the XML layout.
Changing the light name on the light detail screen does not update the light name in the appbar title.
Currently, the name is read from the navigation label at fragment creation time. No update is appplied after that. Instead, we could apply the fragment title by data-binding the name of the light model inside the XML layout.