Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ActionSheets: Remove startEditMessage from showHeaderActionSheet
Browse files Browse the repository at this point in the history
WesleyAC committed Mar 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6b7a6ed commit 72ae42c
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
@@ -368,7 +368,6 @@ export const showHeaderActionSheet = (
showActionSheetWithOptions: ShowActionSheetWithOptions,
callbacks: {|
dispatch: Dispatch,
startEditMessage: (editMessage: EditMessage) => void,
_: GetText,
|},
params: $ReadOnly<{
2 changes: 1 addition & 1 deletion src/webview/handleOutboundEvents.js
Original file line number Diff line number Diff line change
@@ -216,7 +216,7 @@ const handleLongPress = (
if (message.type === 'stream') {
showHeaderActionSheet(
showActionSheetWithOptions,
{ dispatch, startEditMessage, _ },
{ dispatch, _ },
backgroundData,
streamNameOfStreamMessage(message),
message.subject,

0 comments on commit 72ae42c

Please sign in to comment.