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

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

Merge "Remove the check of 'fused' provider for DBH"

parents 3b52af83 33287495
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2008,11 +2008,9 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
    private final class FusedLocationListener extends LocationChangeListener {
        @Override
        public void onLocationChanged(Location location) {
            if (LocationManager.FUSED_PROVIDER.equals(location.getProvider())) {
            injectBestLocation(location);
        }
    }
    }

    /**
     * @return A string representing the given message ID.