mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
ENH: Replaces transport config with namespaced settings
This commit is contained in:
@@ -137,7 +137,7 @@ class DroidtoothPlugin implements DuplexPlugin {
|
||||
bind();
|
||||
} else {
|
||||
wasDisabled = true;
|
||||
if (callback.getConfig().getBoolean("enable", false)) {
|
||||
if (callback.getSettings().getBoolean("enable", false)) {
|
||||
if (adapter.enable()) LOG.info("Enabling Bluetooth");
|
||||
else LOG.info("Could not enable Bluetooth");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user