We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1159bf + ee9e5b3 commit 4b8a4e5Copy full SHA for 4b8a4e5
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.6.0"
+agp = "8.7.1"
3
kotlin = "2.0.0"
4
core-ktx = "1.13.1"
5
junit = "4.13.2"
sdk/src/main/java/com/uid2/UID2Manager.kt
@@ -324,7 +324,7 @@ public class UID2Manager internal constructor(
324
private suspend fun onInitialized() {
325
initializedLock.withLock {
326
while (onInitializedListeners.isNotEmpty()) {
327
- onInitializedListeners.removeFirst().invoke()
+ onInitializedListeners.removeAt(0).invoke()
328
}
329
330
0 commit comments