mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Fix bug in job eligibility sorting after a job deletion.
This commit is contained in:
@@ -362,7 +362,6 @@ class FastJobStorage(private val jobDatabase: JobDatabase) : JobStorage {
|
||||
compareByDescending<MinimalJobSpec> { it.globalPriority }
|
||||
.thenByDescending { it.queuePriority }
|
||||
.thenBy { it.createTime }
|
||||
.thenBy { it.id }
|
||||
)
|
||||
?.let { placeJobInEligibleList(it) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user