From 6aa3b49be7c37d1790dd42a4a7066a8685a34c48 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 29 Sep 2019 00:46:18 -0700 Subject: Add braces --- app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt | 3 ++- app/src/main/play/en-US/whatsnew | 4 ++-- docs/Changelog.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt index a7e642b1..f6279611 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt @@ -133,8 +133,9 @@ open class FrostWebViewClient(val web: FrostWebView) : BaseWebViewClient() { } internal open fun onPageFinishedActions(url: String) { - if (url.startsWith("${FbItem.MESSAGES.url}/read/") && Prefs.messageScrollToBottom) + if (url.startsWith("${FbItem.MESSAGES.url}/read/") && Prefs.messageScrollToBottom) { web.pageDown(true) + } injectAndFinish() } diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 8e47d7d4..4a51e79b 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,5 @@ v2.4.1 -* Convert facebook desktop urls to mobile ones +* Add better support for mobile url conversions * Notification tab will keep first page in the same window; fixes marking notifications as read -* Fix nav and status bar icon colors for custom themes (Android O+) +* Fix nav and status bar icon colors for custom themes (Android O+) \ No newline at end of file diff --git a/docs/Changelog.md b/docs/Changelog.md index 29856117..54684053 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,7 +1,7 @@ # Changelog ## v2.4.1 -* Convert facebook desktop urls to mobile ones +* Add better support for mobile url conversions * Notification tab will keep first page in the same window; fixes marking notifications as read * Fix nav and status bar icon colors for custom themes (Android O+) -- cgit v1.2.3