clear self info from previous connection state

This commit is contained in:
liamcottle
2025-02-16 19:38:32 +13:00
parent 4b69453ee0
commit 9a1bc67799

View File

@@ -59,6 +59,7 @@ class Connection {
} }
// clear previous connection state // clear previous connection state
GlobalState.selfInfo = null;
GlobalState.contacts = []; GlobalState.contacts = [];
GlobalState.batteryPercentage = null; GlobalState.batteryPercentage = null;