Open a modal with a modal and then close the first one

I have the following use-case:

  • Chatscreen with functionality to add picture, file, etc.

  • I don’t want the bottom bar to be too crowded to keep as much space for the chat input field.

  • So ideally one icon next to it (plus), instead of this:
    image

  • This would open this modal:

  • Clicking on photo should open the next modal and close the previous one:

Any idea how I could achieve this?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.