element-x-ada/features/messages/impl/src/main
Marco Romano b83d8733e2
Don't leak MediaFileHandle when downloading voice messages (#1748)
Uses the new `MediaFile.persist()` [API](https://github.com/matrix-org/matrix-rust-sdk/pull/2789) to cache voice messages.
This allows to close the `MediaFile` handle after use and keeping the file.
Also disables rust sdk caching for voice messages as we'll use the app's cache dir for that purpose.

Fixes: https://github.com/vector-im/element-meta/issues/2175
2023-11-09 14:15:11 +00:00
..
kotlin/io/element/android/features/messages/impl Don't leak MediaFileHandle when downloading voice messages (#1748) 2023-11-09 14:15:11 +00:00
res Sync Strings from Localazy 2023-11-06 08:23:40 +00:00
AndroidManifest.xml Record and send voice messages (#1596) 2023-10-23 17:28:00 +00:00