OpenArchive / Save-app-android-old

This is the Save app for Android
https://open-archive.org
GNU General Public License v3.0
93 stars 26 forks source link

fix(onboarding): arrow graphic is hidden on small width devices #567

Closed ryjen closed 4 months ago

ryjen commented 4 months ago

fixes issue #561. the device reported is 74mm wide which is around 466dp. use a vertical orientation by default and anything greater than 466dp use a horizontal orientation.

tested on small and medium emulators.

Such a good use case for jetpack compose.