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

Commit 6615273d authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Disable message to restart the stack when flag is pushed" am: 1460aaca

parents 30d23d42 1460aaca
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -339,10 +339,7 @@ public class BluetoothManagerService extends IBluetoothManager.Stub {

    @VisibleForTesting
    public void onInitFlagsChanged() {
        mHandler.removeMessages(MESSAGE_INIT_FLAGS_CHANGED);
        mHandler.sendEmptyMessageDelayed(
                MESSAGE_INIT_FLAGS_CHANGED,
                DELAY_BEFORE_RESTART_DUE_TO_INIT_FLAGS_CHANGED_MS);
        // TODO(b/265386284)
    }

    public boolean onFactoryReset(AttributionSource attributionSource) {