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

Commit 7c099faf authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "API Review: factoryReset->clearBluetooth"

parents 21eebdce cd1d375c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
            if (btManager != null) {
                BluetoothAdapter btAdapter = btManager.getAdapter();
                if (btAdapter != null) {
                    btAdapter.factoryReset();
                    btAdapter.clearBluetooth();
                }
            }