mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
fix: mobile collection changes overriding tv follow home layout setting
This commit is contained in:
parent
c16711ebb8
commit
a3c6f8603e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ enum class FolderViewMode {
|
|||
companion object {
|
||||
fun fromString(value: String): FolderViewMode =
|
||||
when {
|
||||
value.equals(FOLLOW_LAYOUT.name, ignoreCase = true) -> ROWS
|
||||
value.equals(FOLLOW_LAYOUT.name, ignoreCase = true) -> FOLLOW_LAYOUT
|
||||
value.equals(ROWS.name, ignoreCase = true) -> ROWS
|
||||
value.equals(TABBED_GRID.name, ignoreCase = true) -> TABBED_GRID
|
||||
else -> TABBED_GRID
|
||||
|
|
|
|||
Loading…
Reference in a new issue