blaberry / FullscreenLock

Like AKADEVILs PrimaryLock, but different.
GNU Lesser General Public License v3.0
92 stars 16 forks source link

Minor fix for LDPlayer fullscreen width and height #11

Open ckarumoreira opened 2 years ago

ckarumoreira commented 2 years ago

It might occur on other android emulators, also: LDPlayer4 works with one extra px at the width and height (probably due to emulation shenanigans).

Mainly just swapped the == validations to >=.

CodeMaid made a bit of a mess with the styling of the code, I can fix that if needed.