check acn status on reconnect #60

Merged
sarah merged 1 commits from reconnACNStatus into trunk 2021-06-18 00:21:58 +00:00
1 changed files with 1 additions and 0 deletions

1
lib.go
View File

@ -198,6 +198,7 @@ func ReconnectCwtchForeground() {
application.GetPrimaryBus().Publish(event.NewEvent(utils.CwtchStarted, map[event.Field]string{}))
application.QueryACNStatus()
application.QueryACNVersion()
}