Skip to content

Commit

Permalink
Merge pull request #2107 from Infomaniak/formatShortFileSize
Browse files Browse the repository at this point in the history
fix: Stop using strings reflection to get suffixes for Nougat and after
  • Loading branch information
KevinBoulongne authored Nov 25, 2024
2 parents b11f83c + 7bcb3b5 commit a62ed6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 a62ed6b

Please sign in to comment.