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

Commit 3316252d authored by omarmt's avatar omarmt
Browse files

STL deprecate SceneScope

SceneScope is an alias of ContentScope

Test: Not needed
Bug: 378470603
Flag: com.android.systemui.scene_container
Change-Id: I1d06b4b1775a24b56c7b26487144a5142c70ebf2
parent 1ae2d24a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@ interface BaseContentScope : ElementStateScope {
    fun Modifier.noResizeDuringTransitions(): Modifier
}

@Deprecated("Use ContentScope instead", ReplaceWith("ContentScope"))
typealias SceneScope = ContentScope

@Stable