mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-13 14:30:12 +00:00
Make expand button clickable
This commit is contained in:
@@ -284,6 +284,7 @@ class MessageDetailActivity : PassphraseRequiredActionBarActivity() {
|
||||
HorizontalPagerIndicator(pagerState)
|
||||
ExpandButton(
|
||||
modifier = Modifier
|
||||
.clickable { onClick(imageAttachments[pagerState.currentPage].slide) }
|
||||
.align(Alignment.BottomEnd)
|
||||
.padding(8.dp)
|
||||
)
|
||||
|
Reference in New Issue
Block a user