This commit is contained in:
M66B 2021-11-10 08:26:08 +01:00
parent cee85c78d5
commit 4c4ffec8d9
1 changed files with 1 additions and 1 deletions

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");