Rename onDone to onBackClick.
This commit is contained in:
parent
220704077c
commit
197fda5d0e
4 changed files with 10 additions and 10 deletions
|
|
@ -243,7 +243,7 @@ class RoomDetailsFlowNode @AssistedInject constructor(
|
|||
}
|
||||
is NavTarget.MediaGallery -> {
|
||||
val callback = object : MediaGalleryEntryPoint.Callback {
|
||||
override fun onDone() {
|
||||
override fun onBackClick() {
|
||||
backstack.pop()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue