mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
fix small oversight in ToolableViewAnimator
This commit is contained in:
parent
7f3154ecea
commit
3b4ff4644d
@ -41,6 +41,14 @@ public class ToolableViewAnimator extends ViewAnimator {
|
|||||||
|
|
||||||
private int mInitChild = -1;
|
private int mInitChild = -1;
|
||||||
|
|
||||||
|
public ToolableViewAnimator(Context context) {
|
||||||
|
super(context);
|
||||||
|
}
|
||||||
|
|
||||||
|
public ToolableViewAnimator(Context context, AttributeSet attrs) {
|
||||||
|
super(context, attrs);
|
||||||
|
}
|
||||||
|
|
||||||
public ToolableViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) {
|
public ToolableViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) {
|
||||||
super(context, attrs);
|
super(context, attrs);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user