forked from MapComplete/MapComplete
Fix: fix android polyfill loading
This commit is contained in:
parent
7a2e7e0727
commit
a76617cc0c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue