Skip to content

Commit

Permalink
Fixed showing snippet.| #74
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Dec 2, 2024
1 parent 3ba44b8 commit 74f0edb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,7 @@ class MessagesInThreadListAdapter(
binding.imageViewAvatar.useGlideToApplyImageFromSource(
source = AvatarModelLoader.SCHEMA_AVATAR + senderAddress
)
binding.textViewSnippet.text = if (messageEntity.hasPgp == true) {
context.getString(R.string.preview_is_not_available_for_messages_with_pgp)
} else {
messageEntity.snippet
}
binding.textViewSnippet.text = messageEntity.snippet
binding.tVTo.text = messageEntity.generateToText(context)
binding.textViewSender.apply {
if (messageEntity.isSeen) {
Expand Down
1 change: 0 additions & 1 deletion FlowCrypt/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@
<string name="please_specify_your_signature_here">Пожалуйста, укажите здесь свою подпись</string>
<string name="make_backup_in_the_email_box">Сделайте резервную копию в почтовом ящике</string>
<string name="make_backup_explanation_text">Сохранить предоставленные закрытые ключи PGP, защищенные парольной фразой, в качестве резервной копии в папке «Входящие». Это поможет Вам получить доступ к Вашим зашифрованным сообщениям с других устройств (при условии предоставление Вашей парольной фразы). Вы можете безопасно оставить его в своем почтовом ящике или заархивировать.\n\nЕсли Вам не нужна такая резервная копия, отключите эту опцию.</string>
<string name="preview_is_not_available_for_messages_with_pgp">Предварительный просмотр недоступен для сообщений с PGP.</string>
<string name="draft">Черновик</string>
<string name="permissions_granted_and_now_you_can_download_attachments">Разрешения предоставлены и теперь Вы можете загружать вложения.</string>
<string name="delete_draft">Удалить черновик?</string>
Expand Down
1 change: 0 additions & 1 deletion FlowCrypt/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@
<string name="please_specify_your_signature_here">Будь ласка, вкажіть свій підпис тут</string>
<string name="make_backup_in_the_email_box">Зробіть резервну копію в електронній скриньці</string>
<string name="make_backup_explanation_text">Зберегти надані секретні ключі PGP, захищені парольною фразою, як резервну копію в папці «Вхідні». Це допоможе отримати Вам доступ до Ваших зашифрованих повідомлень з інших пристроїв (за умови надання Вашої парольної фрази). Ви можете спокійно залишити його у папці "Вхідні" або заархівувати.\n\nЯкщо Вам не потрібна така резервна копія, вимкніть цю опцію.</string>
<string name="preview_is_not_available_for_messages_with_pgp">Попередній перегляд недоступний для повідомлень з PGP</string>
<string name="draft">Чорновик</string>
<string name="permissions_granted_and_now_you_can_download_attachments">Дозволи надано, і тепер ви можете завантажити вкладені файли</string>
<string name="delete_draft">Видалити чернетку?</string>
Expand Down
1 change: 0 additions & 1 deletion FlowCrypt/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@
<string name="please_specify_your_signature_here">Please specify your signature here</string>
<string name="make_backup_in_the_email_box">Make a backup in the email box</string>
<string name="make_backup_explanation_text">Save the given passphrase-protected PGP private keys as a backup in the inbox. It will help you access your encrypted messages from other devices (along with your pass phrase). You can safely leave it in your inbox or archive it.\n\nIf you don\'t need to have such a backup, please disable this option.</string>
<string name="preview_is_not_available_for_messages_with_pgp">The preview is not available for messages with PGP</string>
<string name="draft">Draft</string>
<string name="permissions_granted_and_now_you_can_download_attachments">The permissions have been granted, and now you can download attachments</string>
<string name="delete_draft">Delete draft?</string>
Expand Down

0 comments on commit 74f0edb

Please sign in to comment.