Matchstic / Xen-Lockscreen

A complete lockscreen replacement
GNU General Public License v2.0
11 stars 2 forks source link

[iOS10] Cannot tap display where clock was displayed on Xen's pages (Activator+XenLS bug) #35

Closed Matchstic closed 7 years ago

Matchstic commented 7 years ago

On iOS 10, the area of the display where the clock would show up refuses to take in any touches. This behaviour is only present when Activator is installed, so need to provide a compatibility hook for that.

Matchstic commented 7 years ago

Issue has been resolved by returning nil from SBFLockScreenDateView's -hitTest:withEvent: method when the current page is not that of the main page.