SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

Sliding is disabled if i setContentView() in onNewIntent() method

Open liungkejin opened this issue 9 years ago • 0 comments

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!

liungkejin avatar Jan 21 '16 06:01 liungkejin