There any Update on this issue?
Post
Replies
Boosts
Views
Activity
Hey Thuyu, Thank you for posting this observation. Yes, it's correct but how we can prevent this issue? If a user allows permission to read all photos that should allow us to read all photos but only the first run of app has an issue.
Let me know if there is any workaround.
Thank you!
@gamersjo I also had the same issue specific with iOS 15 Only, When navigating to the next screens, the Parent view gets reinitialized and pops back to the same screen.
Here are crash log files
1. MLP-2 18-11-22, 10-56 AM.crash
2. MLP-2 18-11-22, 12-54 PM.crash
3. MLP-2 18-11-22, 2-37 PM.crash
4. MLP-2 18-11-22, 5-10 PM.crash
5. MLP-2 18-11-22, 5-48 PM.crash
@Claide31 Crash does not occur if I comment out any these two blocks
// 1
.background((cItem.hasPaymentTimeline || cItem.isOwner || cUserType == .customer) ? K.Colors.c3775CE : K.Colors.c678B8D)
// 2
BadgeView(size: 6)
.offset(x: -13, y: -46)
Actually if you try to use this code in a separate view there is not any issue, And that's why I can not identify the exact root cause of this crash.