1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-06 21:51:34 +02:00
Gadgetbridge/app/src
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
..
main Ensure that a newly discovered and initialized device will be displayed 2017-04-07 21:17:37 +02:00
test/java/nodomain/freeyourgadget/gadgetbridge Mi2: Display realtime steps in Live Activity #428 2017-03-20 23:01:28 +01:00