mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
ET-4302: Showing the expire message action in the composer
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 83 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user