1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00
This commit is contained in:
M66B 2021-11-10 08:26:08 +01:00
parent cee85c78d5
commit 4c4ffec8d9

View file

@ -526,7 +526,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
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)
throw new IllegalArgumentException("Send without identity");