mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 20:36:51 +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 {
|
||||
@Override
|
||||
public boolean supports(DeviceCandidate candidate) {
|
||||
return false;
|
||||
return candidate.getName().startsWith("Pebble");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user