1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 14:23:04 +00:00

Handle API call errors when getting phone numbers

This commit is contained in:
Loic Blot
2015-08-09 23:14:07 +02:00
parent 597044cdc8
commit fd7abccb42
5 changed files with 20 additions and 14 deletions
@@ -37,7 +37,7 @@ public class ContactListAdapter extends ArrayAdapter<String> {
if (element != null) {
final TextView label = (TextView) v.findViewById(_fieldId);
if (label != null) {
label.setText(element + " >");
label.setText(element);
label.setOnClickListener(new OnClickListener() {
@Override
public void onClick(final View v) {