Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
BottomSheet: Do check on SquigglyView if opening bottom sheet
Browse files Browse the repository at this point in the history
Signed-off-by: Shinjo Akane <Akane@Akanework.org>
  • Loading branch information
AkaneTan committed Jul 11, 2023
1 parent 9b99a83 commit 8c1d9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/akanework/symphonica/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ class MainActivity : AppCompatActivity() {
}
bottomFullSizePlayerPreview.visibility = VISIBLE
bottomPlayerPreview.visibility = VISIBLE
checkIfSquigglyProgressBarEnabled()
} else if (newState == BottomSheetBehavior.STATE_EXPANDED) {
bottomPlayerPreview.visibility = GONE
controllerViewModel.isBottomSheetOpen = true
Expand Down

0 comments on commit 8c1d9ae

Please sign in to comment.