* #25232 Notification working
Overall design improvement
diff --git a/src/com/savoirfairelinux/sflphone/adapters/CallElementAdapter.java b/src/com/savoirfairelinux/sflphone/adapters/CallElementAdapter.java
index 3214a32..a9f88a2 100644
--- a/src/com/savoirfairelinux/sflphone/adapters/CallElementAdapter.java
+++ b/src/com/savoirfairelinux/sflphone/adapters/CallElementAdapter.java
@@ -52,8 +52,8 @@
             entryView = new CallElementView();
             entryView.photo = (ImageView) rowView.findViewById(R.id.photo);
             entryView.displayName = (TextView) rowView.findViewById(R.id.display_name);
-            entryView.phones = (TextView) rowView.findViewById(R.id.phones);
-            entryView.state = (TextView) rowView.findViewById(R.id.callstate);
+//            entryView.phones = (TextView) rowView.findViewById(R.id.phones);
+//            entryView.state = (TextView) rowView.findViewById(R.id.callstate);
 
             // Cache the view obects in the tag
             // so they can be re-accessed later