mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Small fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user