Resore add contact button in history for tablet version

This commit is contained in:
Margaux Clerc 2016-02-11 16:46:40 +01:00
parent 99d6c60733
commit 27eb40f4be

View file

@ -123,6 +123,7 @@ public class HistoryDetailFragment extends Fragment implements OnClickListener {
view.findViewById(R.id.add_contact).setVisibility(View.GONE); view.findViewById(R.id.add_contact).setVisibility(View.GONE);
} else { } else {
contactPicture.setImageResource(R.drawable.avatar); contactPicture.setImageResource(R.drawable.avatar);
view.findViewById(R.id.add_contact).setVisibility(View.VISIBLE);
} }
} catch (LinphoneCoreException e) { } catch (LinphoneCoreException e) {
e.printStackTrace(); e.printStackTrace();