kp7742 / RootOverlay

Draw on Canvas based Overlay with RootService
GNU General Public License v3.0
14 stars 1 forks source link

Touch Issue When app is in background!! #2

Open SameerArora497 opened 2 months ago

SameerArora497 commented 2 months ago

after starting the overlay when the app goes in background it causes an issue of screen not detecting touch events

kp7742 commented 2 months ago

App going background doesn't cause any issue although seems like after the app got background killed the shared surface got freed which may be causing this issue. I recommend using true native surface if you want to avoid background kill issues.