Fix disco bounce crash

b/30413641

Change-Id: Icb2f3f11024daa78c3f59cab8c773091b9481feb
This commit is contained in:
Hyunyoung Song
2016-08-03 10:40:18 -07:00
parent b9b54efd59
commit e688e1e6c8

View File

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