Skip to content

Commit

Permalink
Merge branch 'main' into field-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Dec 30, 2024
2 parents 0201f08 + 58faa6c commit eea852d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/services/nt4_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ class NT4Client {
lastAnnouncedTimestamps.clear();

for (NT4Subscription sub in _subscriptions.values) {
sub.currentValue = null;
sub.updateValue(null, _getClientTimeUS());
}

_serverConnectionActive = true;
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/nt_widgets/nt_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class NTWidgetModel extends ChangeNotifier {

late String _topic;

get topic => _topic;
String get topic => _topic;

set topic(value) => _topic = value;

Expand Down

0 comments on commit eea852d

Please sign in to comment.