1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-14 04:37:49 +01:00
Gadgetbridge/app/src/main/java/nodomain
cpfeiffer 202ae53d71 Ensure that a newly discovered and initialized device will be displayed
Fixed a race condition between ACTION_DEVICE_CHANGED event handlers:
- DeviceCommunicationService added the device to the database
- DeviceManager notified the views to be refreshed

When the latter happened before the former, thew new device would not
be displayed.

=> Let DeviceManager do both.
2017-04-07 21:17:37 +02:00
..
freeyourgadget/gadgetbridge Ensure that a newly discovered and initialized device will be displayed 2017-04-07 21:17:37 +02:00