Skip to content

Commit 5122a72

Browse files
authored
Fix: popCurrentPage fix in player
1 parent ec093fb commit 5122a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
18641864
}
18651865

18661866
playerGoBack.setOnClickListener {
1867-
activity?.popCurrentPage()
1867+
activity?.popCurrentPage("FullScreenPlayer")
18681868
}
18691869

18701870
playerSourcesBtt.setOnClickListener {

0 commit comments

Comments
 (0)