ionic-team / capacitor-google-maps

16 stars 24 forks source link

Replace events.removeFirst with events.removeAt(0) #50

Open ColeKainzRSG opened 1 month ago

ColeKainzRSG commented 1 month ago

Due to issues outline here, list.removeFirst() produces a runtime error for apps targeting Android 35. Until this issue is resolved, list.removeAt(0) must be used