Merge "Fix endless looping in layout."

This commit is contained in:
Craig Mautner
2012-04-06 18:14:15 -07:00
committed by Android (Google) Code Review

View File

@@ -224,7 +224,7 @@ public class AppWindowAnimator {
hasTransformation = false;
if (!animating) {
if (!animating && animation == null) {
return false;
}