Merge ad25e3187e into 99d6e7a0d8
This commit is contained in:
commit
d2ef76a59b
|
|
@ -218,7 +218,9 @@ fun RegularMessage(
|
|||
)
|
||||
.nestedScroll(nestedScrollConnection)
|
||||
.then(
|
||||
if (LoadedSettings.messageReplyStyle == MessageReplyStyle.SwipeFromEnd)
|
||||
// FIXME Use one cache roundtrip instead of fetching the cache twice to render the message
|
||||
if (LoadedSettings.messageReplyStyle == MessageReplyStyle.SwipeFromEnd
|
||||
&& StoatAPI.userCache[message.author]?.relationship != "Blocked")
|
||||
Modifier.supportSwipeReply(
|
||||
onDown = {},
|
||||
onMove = onFingerMoveHandler,
|
||||
|
|
|
|||
Loading…
Reference in New Issue