mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01: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() | ||||
|         if (waitingInstall.compareAndSet(null, nextEntry)) { | ||||
|             queue.removeFirst() | ||||
|             queue.removeAt(0) | ||||
|             processEntry(nextEntry) | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user