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

Commit 9f0f6fa7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bluetooth can't turn off during network reset (1/3)" into qt-qpr1-dev-plus-aosp

parents 6cb06d73 19b0bba0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1877,7 +1877,6 @@ public class AdapterService extends Service {


            enforceBluetoothPrivilegedPermission(service);
            enforceBluetoothPrivilegedPermission(service);


            service.disable();
            if (service.mDatabaseManager != null) {
            if (service.mDatabaseManager != null) {
                service.mDatabaseManager.factoryReset();
                service.mDatabaseManager.factoryReset();
            }
            }