Closed jdee closed 13 years ago
This may have been fixed. Much work has been done around this. One related issue was that any intent that did not have a SearchManager.QUERY extra or a URI was assumed to be for the main activity. Those parameters are also absent in the About, FAQ and Preferences activities. Now the intent's component is also considered.
Lots further work, including a detailed unit test of a critical component, DubsarActivity.equalIntents. A significant bug was uncovered by that unit test. It's likely that this issue is dead.
Sometimes if the application is paused for a long time, the forward stack gets corrupted. After going back, the forward button is enabled and changes state when tapped, but nothing happens. Gestures don't work either.