mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Reexport dbus objects when self number changes
This commit is contained in:
parent
796f4d0d96
commit
f207c2abc3
5 changed files with 36 additions and 9 deletions
|
@ -621,6 +621,10 @@ public class DbusManagerImpl implements Manager {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addAddressChangedListener(final Runnable listener) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addClosedListener(final Runnable listener) {
|
||||
synchronized (closedListeners) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue