Skip to content

Commit

Permalink
match lite file
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Dec 6, 2024
1 parent 466ed45 commit 88701bb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,9 @@ abstract class BaseContainerFragment : BaseResourceFragment() {
openHtmlResource(items)
}
"md" -> {
// Special handling for README.md
if (items.resourceLocalAddress?.contains("README.md", ignoreCase = true) == true) {
// Optionally log or handle README.md differently
Log.d("FileExtension", "Detected README.md file")
return // Or handle it specifically
return
}

if (existingAction == null) {
Expand Down

0 comments on commit 88701bb

Please sign in to comment.