SlidingMenu
SlidingMenu copied to clipboard
Sliding is disabled if i setContentView() in onNewIntent() method
I have a activity, and the launch mode is singleTask. the SlidingMenu is works at first launch, but if i relaunch this activity by singleTask, and program enter in onNewIntent() method, i run setContentView() method at here, the SlidingMenu will be disabled!