Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85ddb8d1 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Add better logs to Element transition error" into main

parents b1079691 03af9cb7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1547,9 +1547,10 @@ private fun getTransformationContentKey(
                transition.toContent
            } else {
                throw IllegalStateException(
                    "Ancestor transition is active but no transformation " +
                        "spec was found. The ancestor transition should have only been selected " +
                        "when a transformation for that element and content was defined."
                    "Ancestor transition $transition is active but no transformation for element " +
                        "${element.key} spec was found. The ancestor transition should have only " +
                        "been selected when a transformation for that element and content was " +
                        "defined."
                )
            }
        }