Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a3efb4d authored by Arthur Ishiguro's avatar Arthur Ishiguro Committed by Automerger Merge Worker
Browse files

Merge "Always send BT settings on boot" into tm-qpr-dev am: dbe79735

parents 16ad5b71 dbe79735
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1183,11 +1183,11 @@ public class ContextHubService extends IContextHubService.Stub {
            }
        } else {
            Log.d(TAG, "BT adapter not available. Defaulting to disabled");
            if (mIsBtMainEnabled) {
            if (forceUpdate || mIsBtMainEnabled) {
                mIsBtMainEnabled = false;
                mContextHubWrapper.onBtMainSettingChanged(mIsBtMainEnabled);
            }
            if (mIsBtScanningEnabled) {
            if (forceUpdate || mIsBtScanningEnabled) {
                mIsBtScanningEnabled = false;
                mContextHubWrapper.onBtScanningSettingChanged(mIsBtScanningEnabled);
            }