mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Prevent crash
This commit is contained in:
@@ -474,7 +474,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
int first = llm.findFirstVisibleItemPosition();
|
||||
View child = rvMessage.getChildAt(pos - (first < 0 ? 0 : first));
|
||||
if (child != null) {
|
||||
Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.fade_in_fast);
|
||||
Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.enter_from_bottom);
|
||||
child.startAnimation(animation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user