mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Fix crash coming back from archive fragment.
This commit is contained in:
@@ -801,7 +801,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
||||
} else if (event instanceof MainToolbarViewModel.Event.Chats.ClearFilter) {
|
||||
onClearFilterClick();
|
||||
} else if (event instanceof MainToolbarViewModel.Event.Chats.CloseArchive) {
|
||||
NavHostFragment.findNavController(this).popBackStack();
|
||||
NavHostFragment.findNavController(this).popBackStack(R.id.conversationListFragment, false);
|
||||
}
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user