You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/observability/src/main/java/no/nordicsemi/memfault/observability/bluetooth/MemfaultDiagnosticsService.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ class MemfaultDiagnosticsService {
252
252
// We may ignore it, as the observer already notified about the disconnection.
253
253
isConnectionState.Closed->return@onEach
254
254
255
-
// Disconnected state is emitted when the connection is lost when the device
255
+
// Disconnected state is emitted when the connection is lost, when the device
256
256
// is not supported (disconnect() method called), or the connection was cancelled
0 commit comments