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

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

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

parents 7df535b9 a5437f2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1941,7 +1941,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run

    // Geocoder

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