flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
594 stars 40 forks source link

replace NSDate.distantFuture with arbitrary value #361

Closed michaelknoch closed 2 years ago

michaelknoch commented 2 years ago

Type of change: bugfix

Motivation (current vs expected behavior)

Accessing NSDate.distantFuture.timeIntervalSince1970 seems to crash on 32bit devices.

https://app.bugsnag.com/flowkey-gmbh/mobile-app/errors/623efdd47648f400086e64de?filters[app.release_stage]=production&filters[release.seen_in][]=2.35.3&filters[release.seen_in][]=2.35.3%20(*)&filters[event.unhandled]=true

Please check if the PR fulfills these requirements