mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Debug
This commit is contained in:
parent
cee85c78d5
commit
4c4ffec8d9
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||||
|
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||||
boolean reply_move = prefs.getBoolean("reply_move", false);
|
boolean reply_move = prefs.getBoolean("reply_move", false);
|
||||||
boolean debug = prefs.getBoolean("debug", false);
|
boolean debug = (prefs.getBoolean("debug", false) || BuildConfig.DEBUG);
|
||||||
|
|
||||||
if (message.identity == null)
|
if (message.identity == null)
|
||||||
throw new IllegalArgumentException("Send without identity");
|
throw new IllegalArgumentException("Send without identity");
|
||||||
|
|
Loading…
Reference in a new issue