Fix accessibility identifier for reminder view

This commit is contained in:
Evan Hahn 2023-04-17 16:50:45 -05:00 committed by GitHub
parent d5cf00a423
commit 33d8599147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ public class CLVReminderViews: NSObject {
reminderViewCell.contentView.addSubview(reminderStackView)
reminderStackView.autoPinEdgesToSuperviewEdges()
reminderViewCell.accessibilityIdentifier = "reminderViewCell"
reminderViewCell.accessibilityIdentifier = "reminderStackView"
reminderStackView.accessibilityIdentifier = "reminderStackView"
deregisteredView = ReminderView.nag(text: (TSAccountManager.shared.isPrimaryDevice
? NSLocalizedString("DEREGISTRATION_WARNING",