mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-10 09:24:24 +01:00
Fix inspections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user