Merge branch 'bugfix/cxtdt-82220' into 'develop'

CXTDT-82220 allow view to be tappable

See merge request BPHV_MIPS/mvm_core_ui!520
This commit is contained in:
Pfeil, Scott Robert 2020-07-06 09:56:00 -04:00
commit 9bd7970962

View File

@ -374,6 +374,7 @@
weakSelf.shortViewHeight.active = NO;
} completion:^(BOOL finished) {
[weakSelf.viewToLayout layoutIfNeeded];
weakSelf.accessibilityElements = @[weakSelf.shortView.label];
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil);
[MVMCoreDispatchUtility performBlockInBackground:^{
// Must notify animation delegate when animating finished.