Small fix

This commit is contained in:
M66B 2019-04-07 07:59:48 +02:00
parent d3761184fe
commit 0da0ef4378
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class ServiceSend extends LifecycleService {
}
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);
String protocol = ident.getProtocol();