You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
make K-9 Mail launch
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package android.animation;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
|
||||
public class AnimatorSet extends Animator {
|
||||
@@ -29,4 +30,8 @@ public class AnimatorSet extends Animator {
|
||||
|
||||
public void playTogether(Animator[] animators) {}
|
||||
|
||||
public ArrayList<Animator> getChildAnimations() {
|
||||
return new ArrayList<Animator>(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user