1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-31 20:02:45 +01:00

When replying to a message use Re instead of RE (#1712)

This commit is contained in:
Michael 2021-12-10 16:24:39 +01:00 committed by GitHub
parent 2e85e88c5d
commit 1bcc4d199e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ class SendMessagePresenter @Inject constructor(
} }
message?.let { message?.let {
setSubject(when (reply) { setSubject(when (reply) {
true -> "RE: " true -> "Re: "
else -> "FW: " else -> "FW: "
} + message.subject) } + message.subject)
if (preferencesRepository.fillMessageContent || reply != true) { if (preferencesRepository.fillMessageContent || reply != true) {