Fix: fix android polyfill loading

This commit is contained in:
Pieter Vander Vennet 2025-01-23 14:43:35 +01:00
parent 7a2e7e0727
commit a76617cc0c

View file

@ -26,7 +26,7 @@
import SearchUtils from "../Logic/Search/SearchUtils"
import ChevronDoubleRight from "@babeard/svelte-heroicons/mini/ChevronDoubleRight"
import { AndroidPolyfill } from "../Logic/Web/AndroidPolyfill"
new AndroidPolyfill().init().then(() => console.log("Android polyfill setup completed"))
AndroidPolyfill.init().then(() => console.log("Android polyfill setup completed"))
const featureSwitches = new OsmConnectionFeatureSwitches()
const osmConnection = new OsmConnection({
fakeUser: featureSwitches.featureSwitchFakeUser.data,