mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Pass through clip information to video player.
This commit is contained in:
committed by
Greyson Parrelli
parent
8c76cead58
commit
220931d3df
@@ -42,7 +42,7 @@ object NotificationStateProvider {
|
||||
val parentRecord = conversationId.groupStoryId?.let {
|
||||
try {
|
||||
SignalDatabase.mms.getMessageRecord(it)
|
||||
} catch (e : NoSuchMessageException) {
|
||||
} catch (e: NoSuchMessageException) {
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user