Fixed navigation

This commit is contained in:
Daniele 2021-10-14 16:54:59 +02:00
parent d207b78065
commit 82810f06e1

View File

@ -57,7 +57,7 @@ public class AddStreamFragment extends Fragment {
// Back to first fragment // Back to first fragment
NavHostFragment.findNavController(AddStreamFragment.this) NavHostFragment.findNavController(AddStreamFragment.this)
.navigate(R.id.action_SecondFragment_to_FirstFragment); .popBackStack();
} }
}); });
} }