Pass through clip information to video player.

This commit is contained in:
Alex Hart
2022-10-12 14:49:27 -03:00
committed by Greyson Parrelli
parent 8c76cead58
commit 220931d3df
10 changed files with 61 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ object NotificationStateProvider {
val parentRecord = conversationId.groupStoryId?.let {
try {
SignalDatabase.mms.getMessageRecord(it)
} catch (e : NoSuchMessageException) {
} catch (e: NoSuchMessageException) {
null
}
}