adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Bug with the homepage sizing #96

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

Sometimes when returning to the app the screen width is small. May be because the homepage width is set to wrap content? Need to check this

adam-codersgu commented 1 year ago

Working on branch bug/inappropriate_screen_resizing

adam-codersgu commented 1 year ago

Potential bug fix merged https://github.com/adam-codersgu/supernova/pull/99. It seemed the song of the day layout was incorrectly set to initially have a visibility of gone. If this does not fix the issue then will reopen the ticket

adam-codersgu commented 1 year ago

Issue was unresolved so attempted alternative animation change approach and rolled back manual animations. Can't think of what else may have changed and caused the issue https://github.com/adam-codersgu/supernova/pull/100