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

Commit 88437284 authored by Mark Vandevoorde's avatar Mark Vandevoorde
Browse files

Fix build error (Boolean -> boolean)

Change-Id: I2f337e23f4b092de41523f1195546e9d65851c84
parent 1e11e95f
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;
    }