Fix missing first header in history after scrolling to bottom sometimes

This commit is contained in:
Sylvain Berfini 2013-01-10 10:49:15 +01:00
parent 86df5ee459
commit a0182c1545

View file

@ -370,6 +370,8 @@ public class HistorySimpleFragment extends Fragment implements OnClickListener,
} else {
separator.setVisibility(View.VISIBLE);
}
} else {
separator.setVisibility(View.VISIBLE);
}
if (log.getDirection() == CallDirection.Incoming) {