kopia lustrzana https://github.com/ryukoposting/Signal-Android
Disallow opening archived chats if in multiselect.
rodzic
234f4b4b41
commit
b0d75a8a5a
|
@ -529,8 +529,10 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
|||
|
||||
@Override
|
||||
public void onShowArchiveClick() {
|
||||
NavHostFragment.findNavController(this)
|
||||
.navigate(ConversationListFragmentDirections.actionConversationListFragmentToConversationListArchiveFragment());
|
||||
if (viewModel.currentSelectedConversations().isEmpty()) {
|
||||
NavHostFragment.findNavController(this)
|
||||
.navigate(ConversationListFragmentDirections.actionConversationListFragmentToConversationListArchiveFragment());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Ładowanie…
Reference in New Issue