Remove animations when it's disabled in system settings#222
Remove animations when it's disabled in system settings#222JingMatrix merged 5 commits intoJingMatrix:masterfrom
Conversation
825b1be to
7dda6e1
Compare
app/src/main/java/org/lsposed/manager/util/AccessibilityUtils.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/lsposed/manager/ui/fragment/RepoItemFragment.java
Outdated
Show resolved
Hide resolved
7dda6e1 to
4e6bc6d
Compare
app/src/main/java/org/lsposed/manager/ui/fragment/LogsFragment.java
Outdated
Show resolved
Hide resolved
4e6bc6d to
f5a5cff
Compare
To navigate without animations, the value for arguments of type @AnimatorRes should be -1.
|
If possible, please consider hiding the component |
If |
|
Okay for that. I wonder if if the |
It should remove the sliding animation that shows up when you switch tabs in the I tried this in an emulator before, and following your comments tried it on my real phone. It works there too. Are you sure you disabled all animations in system settings? "Animation duration scale", "Window animation scale", "Transition animation scale". |
Closes #185.