Merge "Fix disco bounce crash b/30413641" into ub-launcher3-calgary

This commit is contained in:
Hyunyoung Song
2016-08-03 17:42:48 +00:00
committed by Android (Google) Code Review

View File

@@ -418,6 +418,9 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
mAppsView.post(new Runnable() {
@Override
public void run() {
if (mDiscoBounceAnimation == null) {
return;
}
mDiscoBounceAnimation.start();
}
});