Skip to content

Commit

Permalink
fix: Stop using strings reflection to get suffixes for Nougat and after
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 20, 2024
1 parent e459269 commit 336a3c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Core
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ReplyForwardFooterManager @Inject constructor(private val appContext: Cont
return html?.let(::jsoupParseWithLog)
}


private fun computePreviousFullBody(previousBody: String, message: Message): String {
return message.body?.let { body ->
MessageBodyUtils.mergeSplitBodyAndSubBodies(previousBody, body.subBodies, message.uid)
Expand Down

0 comments on commit 336a3c7

Please sign in to comment.