mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 05:29:50 +02:00
Experiment: animation
This commit is contained in:
@@ -9016,7 +9016,8 @@ public class FragmentMessages extends FragmentBase
|
||||
return AnimationUtils.loadAnimation(getContext(), left ? R.anim.leave_to_right : R.anim.leave_to_left);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (false)
|
||||
return AnimationUtils.loadAnimation(getContext(), enter ? android.R.anim.fade_in : android.R.anim.fade_out);
|
||||
|
||||
return super.onCreateAnimation(transit, enter, nextAnim);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user