Skip to content

Commit 5b641d8

Browse files
committed
Fix resource folder mapping for NIGHT_LANDSCAPE resource type
1 parent af96986 commit 5b641d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/drdisagree/iconify/core/utils/overlay/compilers/DynamicCompiler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ object DynamicCompiler {
267267
ResourceType.PORTRAIT to "values",
268268
ResourceType.LANDSCAPE to "values-land",
269269
ResourceType.NIGHT to "values-night",
270-
ResourceType.NIGHT_LANDSCAPE to "values-night-land"
270+
ResourceType.NIGHT_LANDSCAPE to "values-land-night"
271271
)
272272

273273
resourceTypes.forEach { (resourceType, folderName) ->

0 commit comments

Comments
 (0)