Merge branch 'hotfix/revert_crash_fix_for_prepay' into 'release/8_6_0'
reverting code which was added for infinite loop crash only in ipads and force crash See merge request BPHV_MIPS/mvm_core_ui!673
This commit is contained in:
commit
219bb9a46c
@ -824,14 +824,14 @@ CGFloat const PanelAnimationDuration = 0.2;
|
||||
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
||||
if (self.bottomProgressBarHeightConstraint.constant != PaddingOne) {
|
||||
self.bottomProgressBarHeightConstraint.constant = PaddingOne;
|
||||
[self.bottomProgressBar updateConstraintsIfNeeded];
|
||||
[self.bottomProgressBar.superview layoutIfNeeded];
|
||||
}
|
||||
|
||||
if (progress > 0.05) {
|
||||
self.bottomProgressBar.progress = progress;
|
||||
} else {
|
||||
self.bottomProgressBarHeightConstraint.constant = 0;
|
||||
[self.bottomProgressBar updateConstraintsIfNeeded];
|
||||
[self.bottomProgressBar.superview layoutIfNeeded];
|
||||
}
|
||||
}];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user