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 {
|
||||
@Override
|
||||
public boolean supports(DeviceCandidate candidate) {
|
||||
return false;
|
||||
return candidate.getName().startsWith("Pebble");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user