Skip to content

Commit

Permalink
Fix parent config not being applied on child decks in deck options
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstbit authored and BrayanDSO committed Jun 2, 2023
1 parent 4bf2084 commit d39436d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class DeckOptionsActivity :
for (childDid in children.values) {
val child = col.decks.get(childDid)
if (child.isDyn) continue
changeDeckConfiguration(deck, mOptions, col)
changeDeckConfiguration(child, mOptions, col)
}
}
} finally {
Expand Down

0 comments on commit d39436d

Please sign in to comment.