Gustavo Pagani
Gustavo Pagani
@Kpeved should this ticket be closed? I believe you implemented it
@MohitMandalia thanks for checking this, it looks like the issue happens with the **placeholder** icon. I've updated the issue title and description. The issue also happens when an image is...
Is this [workaround](https://github.com/google/horologist/blob/39e4c9b3f7fb1ddf20a624ab3957420efa954db2/compose-layout/src/main/java/com/google/android/horologist/compose/layout/fadeAway.kt#L83-L84) still required given this issue has been fixed?
It doesn't seem to be fixed but I see that the behaviour has changed a little: https://user-images.githubusercontent.com/878134/180235548-627696a3-854a-4a18-bbed-04d03490c5db.mp4 At second 15 it pauses by itself. Then after trying again it doesn't...
Still happening with latest build. #### Scenario: 1) song was playing; 2) headphones disconnected for whatever reason; 3) tried to reconnect to headphones and it failed;  4) swiped back;...
https://github.com/google/horologist/runs/7412578257?check_suite_focus=true ``` com.google.android.horologist.media.ui.components.PlayPauseProgressButtonTest > givenIsNOTPlaying_thenPlayButtonIsDisplayed[test(AVD) - 11] FAILED java.lang.AssertionError: Activity never becomes requested state "[DESTROYED]" (last lifecycle transition = "RESUMED") at androidx.test.core.app.ActivityScenario.waitForActivityToBecomeAnyOf(ActivityScenario.java:338) ``` https://github.com/google/horologist/runs/7413044501?check_suite_focus=true ``` com.google.android.horologist.media.ui.screens.PlayerScreenTest > givenShowProgressIsFalse_thenProgressBarIsNOTDisplayed[test(AVD) - 11]...
https://github.com/google/horologist/runs/7413929238?check_suite_focus=true ``` com.google.android.horologist.media.ui.components.PodcastControlButtonsWithProgressTest > givenIsNOTPlaying_thenPlayButtonIsDisplayed[test(AVD) - 11] FAILED java.lang.AssertionError: Activity never becomes requested state "[DESTROYED]" (last lifecycle transition = "RESUMED") at androidx.test.core.app.ActivityScenario.waitForActivityToBecomeAnyOf(ActivityScenario.java:338) ``` https://github.com/google/horologist/runs/7424401262?check_suite_focus=true ``` com.google.android.horologist.media.ui.components.PodcastControlButtonsTest > givenSeekForwardIncrementIsFive_thenSeekForwardDescriptionIsFive[test(AVD) - 11]...
Seen it failing but haven't ignored it yet, listing it here for now: https://github.com/google/horologist/runs/7501903725?check_suite_focus=true ``` > Task :audio-ui:connectedDebugAndroidTest com.google.android.horologist.audio.ui.VolumePositionIndicatorTest > testAutoHide[test(AVD) - 11] FAILED ```
@tonihei could you please confirm in which release version this issue was fixed?
Failed in CI: https://github.com/google/horologist/actions/runs/6945217654/attempts/1?pr=1827 ``` java.lang.AssertionError: Snapshot is different from the reference! Diff stored to: /home/runner/work/horologist/horologist/composables/out/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_2_delta.png at com.google.android.horologist.screenshots.DiffingKt.paparazziCompatibleSnapshot(Diffing.kt:154) at com.google.android.horologist.screenshots.DiffingKt.snapshot(Diffing.kt:109) at com.google.android.horologist.screenshots.ScreenshotTestRule.saveSnapshot(ScreenshotTestRule.kt:231) ``` 