commit | fd7a95b00a2b856b30f557d72c2286b0b846c82c | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Fri Oct 16 11:52:09 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Fri Oct 16 11:54:13 2015 +0100 |
tree | 8a81055d2ea52fffa68f39bd831f9bbe17af9108 | |
parent | b68971930c8d001be462125a70038f9e5ba7c37a [diff] |
Fix FloatingActionButton show() animation If show() is called while the hide() animation is currently happening then the show() call is ignored. This CL fixes that by making sure that we cancel any on-going animation and ensure we honor the show(). BUG: 22813854 Change-Id: I4ed758dfc9e1203a97e32ccf0f07f64a0c2a2a71