recloudstream / cloudstream

Android app for streaming and downloading media.
GNU General Public License v3.0
6.8k stars 545 forks source link

fix: accidental motion when accessing systemBars #1358

Closed zzjjaayy closed 1 month ago

zzjjaayy commented 1 month ago

Fixes: #1356 Deducts system insets from permissible region for motionEvents. Works on both below and above API Level 30 and using either button or gesture nav.

https://github.com/user-attachments/assets/19b3f703-6c9a-4184-8ef4-3f8e1586cc1d

zzjjaayy commented 1 month ago

CodeFactor suggests removal of some parenthesis, I feel they improve readability, let me know if I should remove them.

fire-light42 commented 1 month ago

Thank you!