mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Display found Pebbles in DiscoveryActivity
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user