mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Updates based on comments.
This commit is contained in:
+17
@@ -72,6 +72,23 @@ extension ComposerCreateAction {
|
||||
}
|
||||
}
|
||||
|
||||
var accessibilityIdentifier: String {
|
||||
switch self {
|
||||
case .photoLibrary:
|
||||
return "photoLibraryAction"
|
||||
case .stickers:
|
||||
return "stickersAction"
|
||||
case .attachments:
|
||||
return "attachmentsAction"
|
||||
case .polls:
|
||||
return "pollsAction"
|
||||
case .location:
|
||||
return "locationAction"
|
||||
case .camera:
|
||||
return "cameraAction"
|
||||
}
|
||||
}
|
||||
|
||||
var icon: String {
|
||||
switch self {
|
||||
case .photoLibrary:
|
||||
|
||||
Reference in New Issue
Block a user