Chouten-App / Chouten-Android

Chouten App for Android
50 stars 3 forks source link

feat(material): migrate to m3 bottomSheetModal #20

Open Adolar0042 opened 1 year ago

Adolar0042 commented 1 year ago

This seems to allow us to only create it when needed, so we won't have it hidden off-screen 24/7 anymore. See docs for further info

This requires updating the compose material 3 dependency, if rem hasn't already done that in another commit.

Adolar0042 commented 1 year ago

encountered some issues when trying to migrate: something about the modules being loaded crashes the entire app on startup

TobyBridle commented 1 year ago

A WIP has been pushed here The implementation requires:

I say testing performance since my device felt a bit laggier than usual with it; however, being on a beta release and low on battery it's not fair to make a conclusion from that.