ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
128 stars 10 forks source link

(#160) Fix android app crash on pixel 7 #161

Closed ryanw-mobile closed 4 months ago

ryanw-mobile commented 4 months ago

Crash when rendering LazyColumn due to incompatibility of Compose-UI 1.7.0 beta02 Downgraded to 1.6.7 for now.

Also changed the usage screen dropdownmenu width, and removed unused BoxWithConstraints usages

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.93%. Comparing base (a4b4064) to head (f953ab5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ======================================= Coverage 42.93% 42.93% ======================================= Files 88 88 Lines 1635 1635 Branches 225 225 ======================================= Hits 702 702 Misses 875 875 Partials 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.