Skip to content

Commit

Permalink
Merge pull request #494 from yuchan2215/fix-duplicate-screenshot
Browse files Browse the repository at this point in the history
fix duplicate screenshot
  • Loading branch information
takahirom authored Sep 26, 2024
2 parents fe9d08a + 9edc895 commit 0dbd515
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 0dbd515

Please sign in to comment.