mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
DeviceSettingsReceiver: Only broadcast changed setting to affected device
This commit is contained in:
+1
-1
@@ -105,6 +105,6 @@ public class DeviceSettingsReceiver extends BroadcastReceiver {
|
||||
|
||||
editor.commit();
|
||||
|
||||
GBApplication.deviceService().onSendConfiguration(key);
|
||||
GBApplication.deviceService(targetDevice).onSendConfiguration(key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user