()
| 852 | if (f.getAnimationManager().isAnimating()) { |
| 853 | f.getAnimationManager().flushAnimation(new Runnable() { |
| 854 | @Override |
| 855 | public void run() { |
| 856 | show(duration); |
| 857 | } |
| 858 | }); |
| 859 | return; |
| 860 | } |
nothing calls this directly
no test coverage detected