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

Commit 339c4161 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 afb0f463 363c6e02
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();

        }