Make that failsafe not break oracle text

This commit is contained in:
Jetz
2025-11-12 09:50:54 -05:00
parent f2feb5edf8
commit cdfe5ee18b

View File

@@ -200,6 +200,7 @@ final class CardFace implements ICardFace, Cloneable {
catch (PatternSyntaxException ignored) { catch (PatternSyntaxException ignored) {
// Old versions of Android are weird about patterns sometimes. I don't *think* this is such a case but // Old versions of Android are weird about patterns sometimes. I don't *think* this is such a case but
// the documentation is unreliable. May be worth removing this once we're sure it's not a problem. // the documentation is unreliable. May be worth removing this once we're sure it's not a problem.
variant.oracleText = this.oracleText;
} }
} }
else else