Skip to content

Commit

Permalink
Update DirectoryScreenState.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Oct 11, 2024
1 parent 1ad6936 commit 68906d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ data class DirectoryScreenState(
}

data class DirectoryGridState(
val folderStates: List<DirectoryGridCellState>,
val imageStates: List<DirectoryGridCellState>,
val folderStates: List<DirectoryGridCellState.Folder>,
val imageStates: List<DirectoryGridCellState.Image>,
) {
val allStates: List<DirectoryGridCellState>
get() = folderStates + imageStates
Expand Down

0 comments on commit 68906d5

Please sign in to comment.