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

Commit 3d6bf8cd authored by Jacky Wang's avatar Jacky Wang
Browse files

[Catalyst] Clean up GetPreferenceGraphRequest.includeValue

Bug: 332201912
Flag: EXEMPT cleanup
Test: N/A
Change-Id: I6fc57ecba08399e6c2d9c39795e5da6416eb8b97
parent 41b0c70a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,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,
)