Files
Meshtastic-Android/app
geeksville 6a3a763f71 workaround a kotlin(?!) bug
// 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
2020-06-04 08:53:37 -07:00
..
2020-04-02 22:27:55 -07:00
2020-06-04 08:53:37 -07:00
2020-02-19 10:54:29 -08:00