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

Commit 18f40314 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "API Review: factoryReset->clearBluetooth" am: 7c099faf am: 81394553

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2028623

Change-Id: Ia6a29c6c299aff76a4e1fc2ef58880e2ef76969c
parents 2054addd 81394553
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -138,7 +138,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
            if (btManager != null) {
            if (btManager != null) {
                BluetoothAdapter btAdapter = btManager.getAdapter();
                BluetoothAdapter btAdapter = btManager.getAdapter();
                if (btAdapter != null) {
                if (btAdapter != null) {
                    btAdapter.factoryReset();
                    btAdapter.clearBluetooth();
                }
                }
            }
            }