Media Gallery: Scroll down and into the past
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
6f83043eb4
commit
0d5a480c1b
32 changed files with 844 additions and 887 deletions
|
@ -241,7 +241,7 @@ export const SmartConversationHeader = memo(function SmartConversationHeader({
|
|||
pushPanelForConversation({ type: PanelType.ConversationDetails });
|
||||
}, [pushPanelForConversation]);
|
||||
|
||||
const onViewRecentMedia = useCallback(() => {
|
||||
const onViewAllMedia = useCallback(() => {
|
||||
pushPanelForConversation({ type: PanelType.AllMedia });
|
||||
}, [pushPanelForConversation]);
|
||||
|
||||
|
@ -298,7 +298,7 @@ export const SmartConversationHeader = memo(function SmartConversationHeader({
|
|||
onSelectModeEnter={onSelectModeEnter}
|
||||
onShowMembers={onShowMembers}
|
||||
onViewConversationDetails={onViewConversationDetails}
|
||||
onViewRecentMedia={onViewRecentMedia}
|
||||
onViewAllMedia={onViewAllMedia}
|
||||
onViewUserStories={onViewUserStories}
|
||||
outgoingCallButtonStyle={outgoingCallButtonStyle}
|
||||
setLocalDeleteWarningShown={setLocalDeleteWarningShown}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue