mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 12:32:30 +01:00
Merge pull request #1562 from AllanWang/message-scroll
Add braces to message scroll
This commit is contained in:
commit
c8b32c0b37
@ -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()
|
||||
}
|
||||
|
||||
|
@ -3,4 +3,4 @@ v2.4.1
|
||||
* 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 biometric prompt, and prompt on activity resume
|
||||
* Fix biometric prompt, and prompt on activity resume
|
||||
|
Loading…
Reference in New Issue
Block a user