Open ColeKainzRSG opened 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
list.removeFirst()
list.removeAt(0)
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