Fixed navigation
This commit is contained in:
parent
d207b78065
commit
82810f06e1
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user