From 7f7ba181f5c23e4c7d87878f935a34974a349761 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 29 Oct 2018 15:04:22 +0100 Subject: [PATCH] Fixed device security level display issue --- res/layout/chat_device_cell.xml | 17 +++-------------- .../contacts/SearchContactsListAdapter.java | 4 +--- 2 files changed, 4 insertions(+), 17 deletions(-) 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;