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

Commit cc45bb2c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Catalyst] Clean up GetPreferenceGraphRequest.includeValue" into main

parents cfc738b4 3d6bf8cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ constructor(
    val visitedScreens: Set<String> = setOf(),
    val locale: Locale? = null,
    val flags: Int = PreferenceGetterFlags.ALL,
    val includeValue: Boolean = true, // TODO: clean up
    val includeValueDescriptor: Boolean = true,
)