mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
d3761184fe
commit
0da0ef4378
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue