Shen Lin

Results 10 comments of Shen Lin

@yigit I'm afraid I didn't manipulate db file by myself, actually all db accesses should be transparent to developers according to `android-priority-jobqueue`'s architecture design, which means developers should not manipulate...

I've got this same issue while running [MONKEY test](https://developer.android.com/studio/test/monkey.html) on my app, this may also be described as `under high payload` like your title given above, and here is my...

Hope for the functionality of scrolling with parallax effect can be released sooner or later. Awesome job with this artwork!

LGTM. A friendly ping to the maintainer team. Please help with landing this PR.

Related issue: [#1122](https://github.com/airbnb/epoxy/issues/1122)

This is not difficult, try this: ``` mSlidingMenu = getSlidingMenu(); mSlidingMenu.setMode(SlidingMenu.LEFT_RIGHT); mSlidingMenu.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN); mSlidingMenu.setShadowWidthRes(R.dimen.shadow_width); mSlidingMenu.setShadowDrawable(R.drawable.shadow); mSlidingMenu.setBehindOffsetRes(R.dimen.slidingmenu_offset); mSlidingMenu.setFadeDegree(0.35f); mSlidingMenu.setMenu(R.layout.slidingmenu_left); mSlidingMenu.setSecondaryMenu(R.layout.slidingmenu_right); mSlidingMenu.setSecondaryShadowDrawable(R.drawable.shadowright); ```

Not a very good solution, it even makes whole list position reset to top. > Try this in fragment: > > in onCreate method ` epoxyController.onRestoreInstanceState(savedInstanceState)` > > onSaveInstanceState `epoxyController.onSaveInstanceState(outState)`

> Have anyone experienced a new issue with R8 full mode with `ViewBindingEpoxyModelWithHolder` - > > ``` > Fatal Exception: java.lang.NullPointerException: null cannot be cast to non-null type java.lang.Class >...

> HSBC HK app经过测试,禁止读取应用列表权限之后,可以正常使用 2025.1.2 开始似乎不行了,会提示暂时未能提供服务。 Env:三星 S24,OneUI 6.1,UP1A.231005