-
Notifications
You must be signed in to change notification settings - Fork 92
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
Preserve original value of animation settings after teardown #25
Comments
Preserving the original value makes sense...I think I had noticed that before and forgot to make an issue. I'll edit the issue title. |
Not sure if this should be its own issue but does the disabling animations take care of the Window, Transition and Animator scales altogether? |
Yes, it changes all three settings. Are you wanting to change individual settings? I think that would probably be out of scope for Test Butler, since Test Butler is really just for automated tests, not necessarily a utility for general development. |
Ah great. That's all I needed to know. No, I don't want to be able to control them individually but I find working with the emulator with no animations makes it quicker to develop with. |
Fixes linkedin#25 Also added a test that animations are disabled while ButlerService is running
Fixes linkedin#25 Also added a test that animations are disabled while ButlerService is running
Fixes #25 Also added a test that animations are disabled while ButlerService is running
Animations are unconditionally enabled on
TestButler.teardown
. It'd be nice to pass some options to teardown to either keep animations disabled or at least preserve their original value.The text was updated successfully, but these errors were encountered: