diff --git a/res/layout/chat_device_cell.xml b/res/layout/chat_device_cell.xml
index 8838da643..e184b312c 100644
--- a/res/layout/chat_device_cell.xml
+++ b/res/layout/chat_device_cell.xml
@@ -13,17 +13,6 @@
android:layout_margin="5dp"
android:gravity="center_vertical">
-
-
-
-
-
-
contactsList) {
if (contactsList == null) {
contacts = getContactsList();
- if (contacts.size() > 0 && progressBar != null)
+ if (progressBar != null)
progressBar.setVisibility(View.GONE);
} else {
contacts = contactsList;