mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
tests and identifier improvements
This commit is contained in:
@@ -52,7 +52,7 @@ struct Composer: View {
|
||||
}
|
||||
|
||||
private var toggleButtonAcccessibilityIdentifier: String {
|
||||
wysiwygViewModel.maximised ? "minimiseToggle" : "maximisedToggle"
|
||||
wysiwygViewModel.maximised ? "minimiseToggle" : "maximiseToggle"
|
||||
}
|
||||
|
||||
private var toggleButtonImageName: String {
|
||||
|
||||
Reference in New Issue
Block a user