mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Fix disco bounce crash
b/30413641 Change-Id: Icb2f3f11024daa78c3f59cab8c773091b9481feb
This commit is contained in:
@@ -432,6 +432,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