Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
elm
Element Android
Commits
f1311eef
Commit
f1311eef
authored
2 years ago
by
Valere
Browse files
Options
Download
Email Patches
Plain Diff
quick format doc
parent
eb10956b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/DefaultCryptoService.kt
...atrix/android/sdk/internal/crypto/DefaultCryptoService.kt
+1
-1
No files found.
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/DefaultCryptoService.kt
View file @
f1311eef
...
...
@@ -758,7 +758,7 @@ internal class DefaultCryptoService @Inject constructor(
}
/**
* Decrypts the event and udpdates the event fields with the results
* Decrypts the event and udpdates the event fields with the results
.
*/
override
suspend
fun
decryptAndUpdateEvent
(
event
:
Event
,
timeline
:
String
)
{
eventDecryptor
.
decryptEvent
(
event
,
timeline
).
fold
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment