mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1017566 - Clear animation before setting visibility to GONE for Gingerbread compatibility. r=mfinkle
This commit is contained in:
parent
1b9f6826d8
commit
647a96a8e8
@ -149,6 +149,7 @@ public class ButtonToast {
|
||||
// If we are showing a toast and go in the background
|
||||
// onAnimationEnd will be called when the app is restored
|
||||
public void onPropertyAnimationEnd() {
|
||||
mView.clearAnimation();
|
||||
mView.setVisibility(View.GONE);
|
||||
}
|
||||
public void onPropertyAnimationStart() { }
|
||||
|
Loading…
Reference in New Issue
Block a user