Skip to content

Commit ab3314e

Browse files
author
Yevhen Babiichuk (DustDFG)
committed
Convert newpipe/info_list/ItemViewMode to kotlin
1 parent 7d1d88f commit ab3314e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/info_list/ItemViewMode.java renamed to app/src/main/java/org/schabi/newpipe/info_list/ItemViewMode.kt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
package org.schabi.newpipe.info_list;
1+
/*
2+
* SPDX-FileCopyrightText: 2023-2026 NewPipe contributors <https://newpipe.net>
3+
* SPDX-License-Identifier: GPL-3.0-or-later
4+
*/
5+
6+
package org.schabi.newpipe.info_list
27

38
/**
49
* Item view mode for streams & playlist listing screens.
510
*/
6-
public enum ItemViewMode {
11+
enum class ItemViewMode {
712
/**
813
* Default mode.
914
*/

0 commit comments

Comments
 (0)