Hello Guys,
We have met a strange behavior in a very simple code, may be it is already
known issue, and someone can advise us something.
We have TabHost with 2 views: first one is a FrameLayout which contains
SurfaceView, second one is a fake view - any View.
The problem is in following:
We select second tab, and then it doesn't matter how we receive a sequences
on Pause -> on Resume (e.g. incoming call, or we just pressed home button
and the returned back).
First of all the Resuming time is quite long.
And then, if we press menu button to show context menu, this menu is shown
as transparent, but it still handles clicks.
This problem does not appear if the same happened when the tab with Surface
View is current.
The code is attached; please help us to solve this.