penguin86 / ojo

Ojo is a basic RTSP IP Camera surveillance wall for Android
GNU General Public License v3.0
68 stars 15 forks source link

Fix full screen view on Android 13 #22

Closed davquar closed 1 year ago

davquar commented 1 year ago

Fixes #21

Maybe this can be solved by upgrading libraries or targeting an higher SDK, but I've fixed it with a super minimal change that costs nothing to merge.

Setting 1,1 instead of 0,0 fixes the problem without any noticeable difference.

penguin86 commented 1 year ago

Tried upgrading libraries and targeting last SDK to no avail. This fix is needed, merging it. Thank you very much!