Fix missing first header in history after scrolling to bottom sometimes
This commit is contained in:
parent
86df5ee459
commit
a0182c1545
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue