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

Commit b0eab4fa authored by Mohammed Khider's avatar Mohammed Khider Committed by Android (Google) Code Review
Browse files

Merge "BugFix: GNSS HAL was not enabled at start"

parents f8fc7c94 92ace299
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
            MAX_RETRY_INTERVAL);

    // true if we are enabled, protected by this
    private boolean mEnabled = true;
    private boolean mEnabled;

    private boolean mShutdown;