mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Fix inspections
This commit is contained in:
parent
f60a10eb6e
commit
7e897fa6d0
13 changed files with 20 additions and 34 deletions
|
@ -73,16 +73,14 @@ public class Manager implements Signal {
|
|||
private final String dataPath;
|
||||
private final String attachmentsPath;
|
||||
private final String avatarsPath;
|
||||
private final SleepTimer timer = new UptimeSleepTimer();
|
||||
|
||||
private SignalAccount account;
|
||||
|
||||
private String username;
|
||||
private SignalServiceAccountManager accountManager;
|
||||
private SignalServiceMessagePipe messagePipe = null;
|
||||
private SignalServiceMessagePipe unidentifiedMessagePipe = null;
|
||||
|
||||
private SleepTimer timer = new UptimeSleepTimer();
|
||||
|
||||
public Manager(String username, String settingsPath) {
|
||||
this.username = username;
|
||||
this.settingsPath = settingsPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue