DeviceSettingsReceiver: Only broadcast changed setting to affected device

This commit is contained in:
José Rebelo
2026-03-22 23:00:18 +00:00
parent 7c1324bec9
commit 27a6396c70
@@ -105,6 +105,6 @@ public class DeviceSettingsReceiver extends BroadcastReceiver {
editor.commit();
GBApplication.deviceService().onSendConfiguration(key);
GBApplication.deviceService(targetDevice).onSendConfiguration(key);
}
}