|
|
|
|
|
by eridius
5241 days ago
|
|
Random observation from reading the source: your tweak is going to cause issues (possibly crashes) if the application is accessing the address book on a non-main thread. You should dispatch_async() that alert over to the main thread. |
|
This is the first time I've used MobileSubstrate and Logos, so I'm having a lot of fun :)
update: fixed.