Skip to content

Commit

Permalink
Fix device reconnect using forces on discovering (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Oct 19, 2024
2 parents 17d10b2 + 76dab3e commit 424fbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/services/devices.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class DeviceService implements IDeviceService {

// Check desirable device
if (desirableDeviceId != null && desirableDeviceId.isNotEmpty) {
await ensureConnection(desirableDeviceId);
await ensureConnection(desirableDeviceId, force: true);
}
}

Expand Down

0 comments on commit 424fbf3

Please sign in to comment.