mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Display found Pebbles in DiscoveryActivity
This commit is contained in:
parent
1443c8088c
commit
a70426d84d
@ -11,7 +11,7 @@ import nodomain.freeyourgadget.gadgetbridge.discovery.DeviceCandidate;
|
|||||||
public class PebbleCoordinator implements DeviceCoordinator {
|
public class PebbleCoordinator implements DeviceCoordinator {
|
||||||
@Override
|
@Override
|
||||||
public boolean supports(DeviceCandidate candidate) {
|
public boolean supports(DeviceCandidate candidate) {
|
||||||
return false;
|
return candidate.getName().startsWith("Pebble");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user