mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Modifying a frozen class!
This commit is contained in:
committed by
Benoit Marty
parent
680dc207c0
commit
a501f81bbf
@@ -112,6 +112,8 @@ internal class OlmInboundGroupSessionWrapper2 : Serializable {
|
||||
* @return the inbound group session as MegolmSessionData if the operation succeeds
|
||||
*/
|
||||
fun exportKeys(index: Long? = null): MegolmSessionData? {
|
||||
Timber.d("Modifying a frozen class!")
|
||||
|
||||
return try {
|
||||
if (null == forwardingCurve25519KeyChain) {
|
||||
forwardingCurve25519KeyChain = ArrayList()
|
||||
|
Reference in New Issue
Block a user