Skip to content
Snippets Groups Projects
Commit 557ed030 authored by insert's avatar insert
Browse files

Remove prompt again.

parent a50ed9bf
No related merge requests found
...@@ -116,7 +116,7 @@ export default function Intermediate(props: Props) { ...@@ -116,7 +116,7 @@ export default function Intermediate(props: Props) {
screen.id screen.id
} /** By specifying a key, we reset state whenever switching screen. */ } /** By specifying a key, we reset state whenever switching screen. */
/> />
<Prompt {/*<Prompt
when={[ 'modify_account', 'special_prompt', 'special_input', 'image_viewer', 'profile', 'channel_info', 'user_picker' ].includes(screen.id)} when={[ 'modify_account', 'special_prompt', 'special_input', 'image_viewer', 'profile', 'channel_info', 'user_picker' ].includes(screen.id)}
message={(_, action) => { message={(_, action) => {
if (action === 'POP') { if (action === 'POP') {
...@@ -128,7 +128,7 @@ export default function Intermediate(props: Props) { ...@@ -128,7 +128,7 @@ export default function Intermediate(props: Props) {
return true; return true;
}} }}
/> />*/}
</IntermediateActionsContext.Provider> </IntermediateActionsContext.Provider>
</IntermediateContext.Provider> </IntermediateContext.Provider>
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment