Skip to content

Commit

Permalink
ActionSheets: Remove startEditMessage from showHeaderActionSheet
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyAC committed Mar 19, 2021
1 parent 724c847 commit 082b7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/message/messageActionSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ export const showHeaderActionSheet = ({
showActionSheetWithOptions: ShowActionSheetWithOptions,
callbacks: {|
dispatch: Dispatch,
startEditMessage: (editMessage: EditMessage) => void,
_: GetText,
|},
backgroundData: $ReadOnly<{
Expand Down
2 changes: 1 addition & 1 deletion src/webview/handleOutboundEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const handleLongPress = (
if (message.type === 'stream') {
showHeaderActionSheet({
showActionSheetWithOptions,
callbacks: { dispatch, startEditMessage, _ },
callbacks: { dispatch, _ },
backgroundData,
stream: streamNameOfStreamMessage(message),
topic: message.subject,
Expand Down

0 comments on commit 082b7f7

Please sign in to comment.