Add Forward action to MediaDetailsBottomSheet. Closes #5454
Improve API of Callback when forwarding Event.
This commit is contained in:
parent
7f22777ad9
commit
95c735a90e
35 changed files with 190 additions and 36 deletions
|
|
@ -101,6 +101,10 @@ class UserProfileFlowNode(
|
|||
override fun onViewInTimeline(eventId: EventId) {
|
||||
// Cannot happen
|
||||
}
|
||||
|
||||
override fun onForwardEvent(eventId: EventId) {
|
||||
// Cannot happen
|
||||
}
|
||||
}
|
||||
mediaViewerEntryPoint.nodeBuilder(this, buildContext)
|
||||
.avatar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue