* commit '367f06788005a8200959a1f4a50be04378fb335e': Fix janky transition on All Apps tab switch
This commit is contained in:
@@ -282,10 +282,15 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
reloadCurrentPage();
|
||||
}
|
||||
});
|
||||
AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
|
||||
|
||||
final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
|
||||
animSet.playTogether(outAnim, inAnim);
|
||||
animSet.setDuration(duration);
|
||||
animSet.start();
|
||||
post(new Runnable() {
|
||||
public void run() {
|
||||
animSet.start();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user