libraries - Disable automatic slide. Library android-menudrawer -


i'm using library in project:

android-manudrawer https://github.com/simonvt/android-menudrawer

it works perfectly, problem english not good, , can not find way disable every x seconds, automatically slide.

i guess parameter scroller class, can not understand code correctly.

need disable automatic slide

i appreciate help.

regards

what's undesired effect? when happen? can show code use work library?

edit:

the reason on method (https://github.com/simonvt/android-menudrawer/blob/master/library/src/net/simonvt/menudrawer/menudrawer.java) line 58:

@override public void postonanimation(runnable action) {     if (build.version.sdk_int >= build.version_codes.jelly_bean) {         super.postonanimation(action);     } else {         postdelayed(action, animation_delay);     } } 

i guess there should reason that. in case effect undesired can avoid calling commenting line 745, there's should reason why there , why there no option given user rid of it.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -