Remove folders from archive.
This commit is contained in:
parent
d90160dee2
commit
48daa4fcbf
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
|||
}
|
||||
|
||||
private void onChatFoldersChanged(List<ChatFolderMappingModel> folders) {
|
||||
chatFolderList.setVisibility(folders.size() > 1 ? View.VISIBLE : View.GONE);
|
||||
chatFolderList.setVisibility(folders.size() > 1 && !isArchived() ? View.VISIBLE : View.GONE);
|
||||
chatFolderAdapter.submitList(new ArrayList<>(folders));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue