tomaszpoliszuk / DockController

Dock Controller - Control Your Dock
http://cydia.saurik.com/package/com.tomaszpoliszuk.dockcontroller/
GNU General Public License v3.0
30 stars 10 forks source link

Compatibility with boxy 4 #2

Closed tomaszpoliszuk closed 4 years ago

tomaszpoliszuk commented 4 years ago

iPad dock option Not Compatible with boxy 4 it makes the device go to safe mode

tomaszpoliszuk commented 4 years ago

Looks like there is nothing I can do here - Boxy 4 crashes when iPad dock is enabled.

This code breaks it:

%hook SBFloatingDockController
+ (bool)isFloatingDockSupported {
    return YES;
}
%end