mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix missing first header in history after scrolling to bottom sometimes
This commit is contained in:
parent
fe29e9b96e
commit
e482a20d6d
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…
Add table
Reference in a new issue