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

Commit 51f53638 authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Update Geolocation.getInstance() comment.

This is to reflect the old and new behavior that a WebView needs
to be created first.

Change-Id: I6128573265444327334d94cc8f250e2cf100eed1
parent 7905db94
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ public class GeolocationPermissions {
    };

    /**
     * Gets the singleton instance of this class.
     * Gets the singleton instance of this class. This method cannot be
     * called before the application instantiates a {@link WebView} instance.
     *
     * @return the singleton {@link GeolocationPermissions} instance
     */