mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-24 21:35:29 +01:00
Handle Android SDK 35 API collision
This commit is contained in:
parent
c5994e057b
commit
fdb96179c6
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user