mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
parent
55dde93811
commit
22add1cbee
13 changed files with 170 additions and 9 deletions
|
@ -47,6 +47,16 @@ public class DbusRegistrationManagerImpl implements RegistrationManager {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteLocalAccountData() throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRegistered() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue