mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-16 17:39:08 +00:00
ChatInfoView: move chat-ttl footer caption out of SectionView lambda
Same pre-card-chrome pattern: SectionTextFooter("Delete chat messages
from your device.") was inside the ChatTTLOption SectionView lambda, so
after PR #6777 added card chrome it rendered inside the card. Move it
out so the caption sits below the card iOS-style.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b186b5b012
commit
b1a1dad88e
+1
-1
@@ -614,8 +614,8 @@ fun ChatInfoLayout(
|
|||||||
|
|
||||||
SectionView {
|
SectionView {
|
||||||
ChatTTLOption(chatItemTTL, setChatItemTTL, deletingItems)
|
ChatTTLOption(chatItemTTL, setChatItemTTL, deletingItems)
|
||||||
SectionTextFooter(stringResource(MR.strings.chat_ttl_options_footer))
|
|
||||||
}
|
}
|
||||||
|
SectionTextFooter(stringResource(MR.strings.chat_ttl_options_footer))
|
||||||
SectionDividerSpaced(maxTopPadding = true, maxBottomPadding = false)
|
SectionDividerSpaced(maxTopPadding = true, maxBottomPadding = false)
|
||||||
|
|
||||||
val conn = contact.activeConn
|
val conn = contact.activeConn
|
||||||
|
|||||||
Reference in New Issue
Block a user