abre pantalla de crear post desde el perfil
This commit is contained in:
parent
c6c7068e96
commit
93d0737974
@ -233,6 +233,10 @@ class ProfileMainFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
viewBinding.newPost.setOnClickListener {
|
||||||
|
createDiscussion.launch(Unit)
|
||||||
|
}
|
||||||
|
|
||||||
viewBinding.goToFollowersBtn.setOnClickListener {
|
viewBinding.goToFollowersBtn.setOnClickListener {
|
||||||
findNavController().navigate(ProfileMainFragmentDirections.actionDiscussionsFragmentToMainFollowersFragment(userId!!))
|
findNavController().navigate(ProfileMainFragmentDirections.actionDiscussionsFragmentToMainFollowersFragment(userId!!))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user