soupslurpr / BeauTyXT

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

Use enableEdgeToEdge instead of depreceated Accompanist system ui controller library #103

Closed soupslurpr closed 9 months ago

soupslurpr commented 9 months ago

The accompanist system ui controller library is depreceated. We can instead use the new enableEdgeToEdge function in androidx.activity:activity-compose for the same purpose we were using accompanist for.

Removes com.google.accompanist:accompanist-systemuicontroller as a dependency.