-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove animations when it's disabled in system settings #222
Remove animations when it's disabled in system settings #222
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.