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

Commit 33287495 authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Remove the check of 'fused' provider for DBH

Bug: 161634196
Test: existing test passing
Change-Id: Iaaa82ffa1a39d1e9b1e0d7780d05002159668a9b
parent fc663142
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.