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 fe29e9b96e
commit e482a20d6d

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) {