Convert newpipe/player/PlayerType to kotlin
This commit is contained in:
parent
e84bd75443
commit
2132d7fdfd
2 changed files with 12 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
package org.schabi.newpipe.player;
|
|
||||||
|
|
||||||
public enum PlayerType {
|
|
||||||
MAIN,
|
|
||||||
AUDIO,
|
|
||||||
POPUP;
|
|
||||||
}
|
|
||||||
12
app/src/main/java/org/schabi/newpipe/player/PlayerType.kt
Normal file
12
app/src/main/java/org/schabi/newpipe/player/PlayerType.kt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2022-2026 NewPipe contributors <https://newpipe.net>
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
package org.schabi.newpipe.player
|
||||||
|
|
||||||
|
enum class PlayerType {
|
||||||
|
MAIN,
|
||||||
|
AUDIO,
|
||||||
|
POPUP
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue