mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
Fix / missing new line in secret trail
This commit is contained in:
parent
c2027be0ee
commit
a1ed9bb377
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class KeyRequestViewModel @AssistedInject constructor(
|
||||||
EventType.SEND_SECRET -> {
|
EventType.SEND_SECRET -> {
|
||||||
val content = it.getClearContent().toModel<SecretSendEventContent>()
|
val content = it.getClearContent().toModel<SecretSendEventContent>()
|
||||||
stringBuilder.append("requestId:${content?.requestId} From Device:${it.mxDecryptionResult?.payload?.get("sender_device")}")
|
stringBuilder.append("requestId:${content?.requestId} From Device:${it.mxDecryptionResult?.payload?.get("sender_device")}")
|
||||||
|
stringBuilder.append("\n")
|
||||||
}
|
}
|
||||||
EventType.REQUEST_SECRET -> {
|
EventType.REQUEST_SECRET -> {
|
||||||
val content = it.getClearContent().toModel<SecretShareRequest>()
|
val content = it.getClearContent().toModel<SecretShareRequest>()
|
||||||
|
|
Loading…
Reference in a new issue