conorthedev / LockWidgets

Get access to widgets straight from your lockscreen (iOS 13 only)
https://repo.dynastic.co/package/lockwidgets
9 stars 1 forks source link

Crashes in landscape mode #3

Closed 06Games closed 4 years ago

06Games commented 4 years ago

Hello, Your tweak is very useful to me, but it crashes when I want to open the notification center in landscape mode. The phone respring and immediately goes into safe mode.

I use an iPhone 6s under iOS 12.4, jailbroken with Chimera. The error is always:

Exception type: NSInvalidArgumentException
Reason: -[WGWidgetPlatterView setSizeToMimic:]: unrecognized selector sent to instance SOMETHING

I have attached a complete log file.

conorthedev commented 4 years ago

Hey, I’ll work on this tonight. Thanks for the log! It seems to only occur on iOS 12.* so it’ll be hard to test but I’ll do something :p

conorthedev commented 4 years ago

We have a theoretical fix for this issue that I am implementing as we speak, would you be willing to test? @06Games

06Games commented 4 years ago

Yes of course, how can I download it?

conorthedev commented 4 years ago

Join my discord: https://oh-my-god.wtf/conor and I’ll send it to you

conorthedev commented 4 years ago

This was fixed in 87ac5b5c34d7e3a27fe9f0a5aee51c0c421d41a3, closing