Problem with picture when an incoming call occured

3 messages - 927 views

Hi,

 

I have a screen with an animated picture and when I have an incoming call it seems that the application stay in foreground so we can see the call. This is only occurs only whith an animated picture. I think it is the animatedWorkerTask the problem. I think it set the canvas as the current display instead of the interruption by the call.

So do you have any fixe for that issue ?

I've found the problem. In the KuixCanvas it is use flushGraphics, but if you replace it by repain() then it works.

but it does'nt work when i replace it.