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

Commit ed2dd384 authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "Disable message to restart the stack when flag is pushed" into tm-qpr-dev

parents 96c874f6 011ab13c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -335,10 +335,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) {