mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Merge "Fix disco bounce crash b/30413641" into ub-launcher3-calgary
This commit is contained in:
committed by
Android (Google) Code Review
commit
9407db1e11
@@ -418,6 +418,9 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
mAppsView.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (mDiscoBounceAnimation == null) {
|
||||
return;
|
||||
}
|
||||
mDiscoBounceAnimation.start();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user