0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Fix parent config not being applied on child decks in deck options

This commit is contained in:
lukstbit 2023-06-02 08:52:03 +03:00 committed by Brayan Oliveira
parent 4bf2084191
commit d39436da73

View File

@ -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 {