mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Small fix
This commit is contained in:
parent
d3761184fe
commit
0da0ef4378
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue