An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k
stars
5.03k
forks
source link
Sliding is disabled if i setContentView() in onNewIntent() method #744
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!
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 inonNewIntent()
method, i runsetContentView()
method at here, the SlidingMenu will be disabled!