Resore add contact button in history for tablet version
This commit is contained in:
parent
99d6c60733
commit
27eb40f4be
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue