From a0182c15453da867744527c9e7f36d487230ca44 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 10 Jan 2013 10:49:15 +0100 Subject: [PATCH] Fix missing first header in history after scrolling to bottom sometimes --- src/org/linphone/HistorySimpleFragment.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/linphone/HistorySimpleFragment.java b/src/org/linphone/HistorySimpleFragment.java index cef802519..0dc71b752 100644 --- a/src/org/linphone/HistorySimpleFragment.java +++ b/src/org/linphone/HistorySimpleFragment.java @@ -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) {