Split developer settings into 2 screens to be able to access global settings when no logged in.
This commit is contained in:
parent
b6188a7646
commit
1b03dd1dcb
26 changed files with 924 additions and 447 deletions
|
|
@ -50,4 +50,14 @@ interface PreferencesEntryPoint : FeatureEntryPoint {
|
|||
fun navigateToRoomNotificationSettings(roomId: RoomId)
|
||||
fun navigateToEvent(roomId: RoomId, eventId: EventId)
|
||||
}
|
||||
|
||||
fun createAppDeveloperSettingsNode(
|
||||
parentNode: Node,
|
||||
buildContext: BuildContext,
|
||||
callback: DeveloperSettingsCallback,
|
||||
): Node
|
||||
|
||||
interface DeveloperSettingsCallback : Plugin {
|
||||
fun onDone()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue