Update the SDK and Element Call. (#4527)
* Update Element Call to RC3 * Update the SDK. * Add feature flag for latest event sorter.
This commit is contained in:
@@ -62,6 +62,11 @@ struct DeveloperOptionsScreen: View {
|
||||
Toggle(isOn: $context.lowPriorityFilterEnabled) {
|
||||
Text("Low priority filter")
|
||||
}
|
||||
|
||||
Toggle(isOn: $context.latestEventSorterEnabled) {
|
||||
Text("Latest event sorter")
|
||||
Text("Requires app reboot")
|
||||
}
|
||||
}
|
||||
|
||||
Section("Timeline") {
|
||||
|
||||
Reference in New Issue
Block a user