Skip to content

Commit

Permalink
fix: duplicate screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchan2215 committed Sep 26, 2024
1 parent fe9d08a commit 9edc895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class PreviewViewModel {
val matches = it.name.matches(Regex(pattern))
matches
}
}
}.distinct()
}
}

Expand Down

0 comments on commit 9edc895

Please sign in to comment.