mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
Fix channel refresh telemetry how
This commit is contained in:
@@ -1257,6 +1257,10 @@ class ConnectionProvider with ChangeNotifier {
|
||||
channelName: channelName,
|
||||
secret: secretBytes,
|
||||
);
|
||||
|
||||
// Reconcile local state from the device after the write completes,
|
||||
// matching the delete flow so channel/contact lists refresh immediately.
|
||||
await _activeService.getChannel(slotIdx);
|
||||
} catch (e) {
|
||||
if (_isChannelRefreshTimeoutError(e)) {
|
||||
debugPrint(
|
||||
|
||||
Reference in New Issue
Block a user