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

Commit 26002a9c 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

parents be4509be 125127bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1559,7 +1559,6 @@ public class AdapterService extends Service {
            if (service == null) {
                return false;
            }
            service.disable();
            return service.factoryReset();

        }