soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
96 stars 7 forks source link

Rework opening files from intents #35

Closed soupslurpr closed 1 year ago

soupslurpr commented 1 year ago

This reworks the way we open a file from an intent to use deep links instead of a LaunchedEffect. Checking for an intent and saving its Uri to the FileViewModel is now done in MainActivity.kt's setContent composable.

Fixes #27