JohnCoatesOSS / Limitless

Fork of Cydia. Different name to avoid confusion. Goal: Refactor Cydia to make contributions easier. Backport features to Cydia's coding style so they can be submitted for consideration.
GNU General Public License v3.0
155 stars 28 forks source link

Bug fix: Home screen crash from #89 #90

Closed JohnCoates closed 7 years ago

JohnCoates commented 7 years ago

Should fix #89 Haven't been able to replicate crash, but from the crash log citing an objectAtIndex exception in - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL succeeded))completionHandler, this should have enough safety checks to fix it.