mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
Fix RX advert data parsing
This commit is contained in:
@@ -2255,7 +2255,7 @@ class ConnectionProvider with ChangeNotifier {
|
||||
if (!_activeService.isConnected) {
|
||||
_error = 'Not connected to device';
|
||||
notifyListeners();
|
||||
return;
|
||||
throw Exception(_error);
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -2263,6 +2263,7 @@ class ConnectionProvider with ChangeNotifier {
|
||||
} catch (e) {
|
||||
_error = 'Failed to remove contact: $e';
|
||||
notifyListeners();
|
||||
rethrow;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user