Skip to content

Commit

Permalink
fix: Incorrect media info in task details page
Browse files Browse the repository at this point in the history
Change-Id: Ia1f6edfbd42d414bf022cd3a69a8de5e4708d230
  • Loading branch information
XayahSuSuSu committed Jan 4, 2025
1 parent 4b96c7f commit 1d03bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal fun TaskDetailsScreen(uiState: TaskDetailsUiState) {
it.AppDataItem(DataType.PACKAGE_USER_DE)
it.AppDataItem(DataType.PACKAGE_DATA)
it.AppDataItem(DataType.PACKAGE_OBB)
it.AppDataItem(DataType.MEDIA_MEDIA)
it.AppDataItem(DataType.PACKAGE_MEDIA)
}
}

Expand Down

0 comments on commit 1d03bf6

Please sign in to comment.