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

Commit 47206210 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Fix deprecation message

Bug: 353679003
Test: N/A deprecation message
Flag: com.android.systemui.scene_container
Change-Id: Ie729740060d16183e1ff218f6acddf1f51439122
parent b1003425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ fun ContentScope.animateContentFloatAsState(
}

@Deprecated(
    "Use animateSceneFloatAsState() instead",
    "Use animateContentFloatAsState() instead",
    replaceWith = ReplaceWith("animateContentFloatAsState(value, key, canOverflow)")
)
@Composable
@@ -171,7 +171,7 @@ fun ContentScope.animateContentDpAsState(
}

@Deprecated(
    "Use animateSceneDpAsState() instead",
    "Use animateContentDpAsState() instead",
    replaceWith = ReplaceWith("animateContentDpAsState(value, key, canOverflow)")
)
@Composable