Skip to content

Commit

Permalink
Fix: Build Issue
Browse files Browse the repository at this point in the history
- Duplicate Item in `InstallManager`
  • Loading branch information
Iamlooker committed Aug 5, 2023
1 parent b77dc05 commit 40c1915
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,3 @@ class InstallManager(
}
}
}

data class InstallerQueueState(
val currentItem: InstallItemState,
val queued: Set<String>
) {
companion object {
val EMPTY = InstallerQueueState(InstallItemState.EMPTY, emptySet())
}
}

0 comments on commit 40c1915

Please sign in to comment.