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

Commit 02451b7f 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 am: 6615273d

parents b77e77b5 6615273d
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) {