forked from github/szkolny
[UI] Restore showing message attachment size.
This commit is contained in:
parent
3cdca5eb33
commit
2d277e80cc
@ -301,8 +301,8 @@ class MessageFragment : Fragment(), CoroutineScope {
|
|||||||
it.putInt("profileId", message.profileId)
|
it.putInt("profileId", message.profileId)
|
||||||
it.putLongArray("attachmentIds", message.attachmentIds!!.toLongArray())
|
it.putLongArray("attachmentIds", message.attachmentIds!!.toLongArray())
|
||||||
it.putStringArray("attachmentNames", message.attachmentNames!!.toTypedArray())
|
it.putStringArray("attachmentNames", message.attachmentNames!!.toTypedArray())
|
||||||
//if (message.attachmentSizes.isNotNullNorEmpty())
|
if (message.attachmentSizes.isNotNullNorEmpty())
|
||||||
// it.putLongArray("attachmentSizes", message.attachmentSizes!!.toLongArray())
|
it.putLongArray("attachmentSizes", message.attachmentSizes!!.toLongArray())
|
||||||
}, owner = message)
|
}, owner = message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user