mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 22:38:25 +00:00
Make expand button clickable
This commit is contained in:
parent
c417b37236
commit
1d1977ca7a
@ -284,6 +284,7 @@ class MessageDetailActivity : PassphraseRequiredActionBarActivity() {
|
||||
HorizontalPagerIndicator(pagerState)
|
||||
ExpandButton(
|
||||
modifier = Modifier
|
||||
.clickable { onClick(imageAttachments[pagerState.currentPage].slide) }
|
||||
.align(Alignment.BottomEnd)
|
||||
.padding(8.dp)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user