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

Commit 1460aaca authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Disable message to restart the stack when flag is pushed"

parents 9a791fbc 1514ea44
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) {