ET-4302: Showing the expire message action in the composer

This commit is contained in:
Xavi Gil
2025-09-29 16:09:36 +02:00
parent 4a4a0c6b90
commit 2010cf5d83
4 changed files with 1 additions and 2 deletions
@@ -70,7 +70,7 @@ final class DraftActionBarViewController: UIViewController {
}
stack.addArrangedSubview(passwordButton)
// stack.addArrangedSubview(expirationButton) // TODO: Enable when SDK is ready
stack.addArrangedSubview(expirationButton)
stack.addArrangedSubview(spacer)
stack.addArrangedSubview(discardButton)
attachmentButton.addTarget(self, action: #selector(onAttachmentTap), for: .touchUpInside)
@@ -22,7 +22,6 @@ import InboxSnapshotTesting
@MainActor
final class ComposerScreenSnapshotTests: BaseTestCase {
func testComposerScreen_whenEmpty_itLayoutsCorrectOnIphoneX() throws {
let toastStateStore = ToastStateStore.init(initialState: .initial)
let composerScreen = ComposerScreen(
Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 74 KiB