mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-22 06:04:25 +01:00
Fix inspection issues
This commit is contained in:
@@ -668,7 +668,7 @@ public class DbusSignalImpl implements Signal, AutoCloseable {
|
||||
@Override
|
||||
public boolean isRegistered(String number) {
|
||||
var result = isRegistered(List.of(number));
|
||||
return result.get(0);
|
||||
return result.getFirst();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user