Skip to content

Commit 6765135

Browse files
committed
Fixed conflicts
1 parent cefb524 commit 6765135

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/listeners/view/PlaybackSpeedClickListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package org.schabi.newpipe.player.listeners.view
22

33
import android.util.Log
44
import android.view.View
5-
import android.widget.PopupMenu
5+
import androidx.appcompat.widget.PopupMenu
66
import org.schabi.newpipe.MainActivity
77
import org.schabi.newpipe.player.Player
88
import org.schabi.newpipe.player.helper.PlaybackParameterDialog

app/src/main/java/org/schabi/newpipe/player/listeners/view/QualityClickListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package org.schabi.newpipe.player.listeners.view
33
import android.annotation.SuppressLint
44
import android.util.Log
55
import android.view.View
6-
import android.widget.PopupMenu
6+
import androidx.appcompat.widget.PopupMenu
77
import org.schabi.newpipe.MainActivity
88
import org.schabi.newpipe.extractor.MediaFormat
99
import org.schabi.newpipe.player.Player

0 commit comments

Comments
 (0)