mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-06 05:45:03 +00:00
238b559981
When moving from chat to chat, component-did-mount is not fired as the component is never unmounted, therefore messages were not loaded. This changes the behavior to use the component-did-update lifecycle method. Signed-off-by: yenda <eric@status.im>