pull/153/head
M66B 7 years ago
parent d3761184fe
commit 0da0ef4378

@ -257,7 +257,7 @@ public class ServiceSend extends LifecycleService {
} }
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this); SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean debug = debug = prefs.getBoolean("debug", false); boolean debug = prefs.getBoolean("debug", false);
EntityIdentity ident = db.identity().getIdentity(message.identity); EntityIdentity ident = db.identity().getIdentity(message.identity);
String protocol = ident.getProtocol(); String protocol = ident.getProtocol();

Loading…
Cancel
Save