Skip to content

Commit df81839

Browse files
committed
Comment
1 parent f184be7 commit df81839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/observability/src/main/java/no/nordicsemi/memfault/observability/bluetooth/MemfaultDiagnosticsService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class MemfaultDiagnosticsService {
252252
// We may ignore it, as the observer already notified about the disconnection.
253253
is ConnectionState.Closed -> return@onEach
254254

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
256256
// is not supported (disconnect() method called), or the connection was cancelled
257257
// by the user.
258258
is ConnectionState.Disconnected -> {

0 commit comments

Comments
 (0)