mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-17 13:28:01 -04:00
// FIXME - possible kotlin bug in 1.3.72 - it seems that if we start with the (globally shared) emptyList, // then adding items are affecting that shared list rather than a copy. This was causing aliasing of // recentDataPackets with messages.value in the GUI. So if the current list is empty we are careful to make a new list