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

Commit 8f5e405f authored by Grace Kloba's avatar Grace Kloba
Browse files

mGeolocationDatabasePath needs to compare mGeolocationDatabasePath

parent 2235a020
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,8 @@ public class WebSettings {
     *     should never be null.
     */
    public synchronized void setGeolocationDatabasePath(String databasePath) {
        if (databasePath != null && !databasePath.equals(mDatabasePath)) {
        if (databasePath != null
                && !databasePath.equals(mGeolocationDatabasePath)) {
            mGeolocationDatabasePath = databasePath;
            postSync();
        }