Merge "Fix endless looping in layout."
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd837070f6
@@ -224,7 +224,7 @@ public class AppWindowAnimator {
|
||||
|
||||
hasTransformation = false;
|
||||
|
||||
if (!animating) {
|
||||
if (!animating && animation == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user