Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid usage of forced unwrapping (#95)
## 📜 Description Added optional chaining instead of forced unwrapping. Fixes crash described in #93 ## 💡 Motivation and Context In fact it's not a fix and is more avoiding NPE rather than a full fix. But anyway, missing animation is better, than a crash of application 🤷♂️ ## 📢 Changelog ### iOS - avoid usage of forced unwrapping ## 🤔 How Has This Been Tested? Tested locally on: - iPhone 13 Pro (iOS 15.0); ## 📝 Checklist - [x] CI successfully passed
- Loading branch information