mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-14 19:55:11 +02:00
Handle Android SDK 35 API collision
This commit is contained in:
@ -102,7 +102,7 @@ abstract class Installer(private val service: Service) {
|
|||||||
}
|
}
|
||||||
val nextEntry = queue.first()
|
val nextEntry = queue.first()
|
||||||
if (waitingInstall.compareAndSet(null, nextEntry)) {
|
if (waitingInstall.compareAndSet(null, nextEntry)) {
|
||||||
queue.removeFirst()
|
queue.removeAt(0)
|
||||||
processEntry(nextEntry)
|
processEntry(nextEntry)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user