mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +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()
|
||||
if (waitingInstall.compareAndSet(null, nextEntry)) {
|
||||
queue.removeFirst()
|
||||
queue.removeAt(0)
|
||||
processEntry(nextEntry)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user