mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-08 08:24:25 +01:00
Make deviceId an int
This commit is contained in:
@@ -942,7 +942,7 @@ public class DbusSignalImpl implements Signal {
|
||||
if (d.isThisDevice()) {
|
||||
thisDevice = new DBusPath(deviceObjectPath);
|
||||
}
|
||||
this.devices.add(new StructDevice(new DBusPath(deviceObjectPath), d.id(), emptyIfNull(d.name())));
|
||||
this.devices.add(new StructDevice(new DBusPath(deviceObjectPath), (long) d.id(), emptyIfNull(d.name())));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user