Disallow opening archived chats if in multiselect.

fork-5.53.8
Alex Hart 2022-07-25 12:30:30 -03:00 zatwierdzone przez Cody Henthorne
rodzic 234f4b4b41
commit b0d75a8a5a
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -529,9 +529,11 @@ public class ConversationListFragment extends MainFragment implements ActionMode
@Override
public void onShowArchiveClick() {
if (viewModel.currentSelectedConversations().isEmpty()) {
NavHostFragment.findNavController(this)
.navigate(ConversationListFragmentDirections.actionConversationListFragmentToConversationListArchiveFragment());
}
}
@Override
public void onContactClicked(@NonNull Recipient contact) {