mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Updated initial array list size to reflect reality
This commit is contained in:
parent
4c48b473ac
commit
6c16b4fb15
@ -166,7 +166,7 @@ public class DeviceHelper {
|
||||
}
|
||||
|
||||
private List<DeviceCoordinator> createCoordinators() {
|
||||
List<DeviceCoordinator> result = new ArrayList<>(2);
|
||||
List<DeviceCoordinator> result = new ArrayList<>();
|
||||
result.add(new MiBand2Coordinator()); // Note: MiBand2 must come before MiBand because detection is hacky, atm
|
||||
result.add(new MiBandCoordinator());
|
||||
result.add(new PebbleCoordinator());
|
||||
|
Loading…
Reference in New Issue
Block a user