Merge branch 'bugfix/flag_update_timing' into 'develop'

move flag set

See merge request BPHV_MIPS/mvm_core_ui!666
This commit is contained in:
Suresh, Kamlesh Jain 2021-02-12 16:53:15 -05:00
commit 4b1ede7809

View File

@ -348,8 +348,8 @@ import UIKit
// First update should be explicit (hence the zero check)
if needsUpdateUI || (previousScreenSize != .zero && screenSizeChanged()) {
updateViews()
needsUpdateUI = false
updateViews()
}
previousScreenSize = view.bounds.size;