I've a situation in 2.3, and the scenario is.
Listview in an activity, where alert dialog is displayed on list item long press and on simple tap, redirects to another Activity (B)
Right side screenshot is only displayed without clear dialog!!
It only happens in 2.3, works just fine in 4.0 >
How can I fix this? any suggestion?
It was fixed by changing TabsActivity to fragmentActivity, because google map was rerendered each time, so placed it in fragment and its fixed