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

Commit a5437f2d authored by Mark Vandevoorde's avatar Mark Vandevoorde Committed by Android Git Automerger
Browse files

am 88437284: Fix build error (Boolean -> boolean)

parents 749afee8 88437284
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1940,7 +1940,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run

    // Geocoder

    public Boolean geocoderIsImplemented() {
    public boolean geocoderIsImplemented() {
        return mGeocodeProvider != null;
    }