mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Sharing works in simulator
This commit is contained in:
@ -38,6 +38,8 @@ const composeParseState = (
|
||||
params: NonNullable<RootStackParamList['Screen-Compose']>
|
||||
): ComposeState => {
|
||||
switch (params.type) {
|
||||
case 'share':
|
||||
return { ...composeInitialState, dirty: true, timestamp: Date.now() }
|
||||
case 'edit':
|
||||
case 'deleteEdit':
|
||||
return {
|
||||
|
Reference in New Issue
Block a user