Fixes search on binary content.
This commit is contained in:
@@ -1655,6 +1655,8 @@ object LocalCache {
|
|||||||
it.event !is CommunityPostApprovalEvent &&
|
it.event !is CommunityPostApprovalEvent &&
|
||||||
it.event !is ReactionEvent &&
|
it.event !is ReactionEvent &&
|
||||||
it.event !is GiftWrapEvent &&
|
it.event !is GiftWrapEvent &&
|
||||||
|
it.event !is SealedGossipEvent &&
|
||||||
|
it.event !is OtsEvent &&
|
||||||
it.event !is LnZapEvent &&
|
it.event !is LnZapEvent &&
|
||||||
it.event !is LnZapRequestEvent
|
it.event !is LnZapRequestEvent
|
||||||
) &&
|
) &&
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ fun VideoView(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@androidx.annotation.OptIn(androidx.media3.common.util.UnstableApi::class)
|
@OptIn(androidx.media3.common.util.UnstableApi::class)
|
||||||
fun VideoViewInner(
|
fun VideoViewInner(
|
||||||
videoUri: String,
|
videoUri: String,
|
||||||
defaultToStart: Boolean = false,
|
defaultToStart: Boolean = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user