Skip to content

Commit

Permalink
Run ./gradlew ktlintformat
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 authored and spacecowboy committed Dec 16, 2024
1 parent 814e51f commit 029c249
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,14 @@ class ArticleViewModel(
} else {
Log.e(LOG_TAG, "No default file to parse")
textToDisplay.update { TextToDisplay.CONTENT }
htmlLinearizer.linearize("Sorry, due to a coding oversight, the full offline version of this article has been permanently deleted, see <a href=\"https://github.com/spacecowboy/Feeder/issues/443\">feeder#443</a> for updates on this issue<br/><br/>" + article.snippet, article.feedUrl ?: "")
htmlLinearizer.linearize(
"Sorry, due to a coding oversight, " +
"the full offline version of this article has been permanently deleted, " +
"see <a href=\"https://github.com/spacecowboy/Feeder/issues/443\">feeder#443</a> " +
"for updates on this issue<br/><br/>" +
article.snippet,
article.feedUrl ?: "",
)
}
}

Expand Down

0 comments on commit 029c249

Please sign in to comment.