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:
parent
2e85e88c5d
commit
1bcc4d199e
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user