parent
d06397946e
commit
43d048304d
1 changed files with 1 additions and 8 deletions
|
|
@ -87,14 +87,7 @@ fun AppDeveloperSettingsView(
|
||||||
onClick = onOpenShowkase
|
onClick = onOpenShowkase
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
PreferenceCategory(title = "Crash") {
|
|
||||||
ListItem(
|
|
||||||
headlineContent = {
|
|
||||||
Text("Crash the app 💥")
|
|
||||||
},
|
|
||||||
onClick = { error("This crash is a test.") }
|
|
||||||
)
|
|
||||||
}
|
|
||||||
RageshakePreferencesView(
|
RageshakePreferencesView(
|
||||||
state = state.rageshakeState,
|
state = state.rageshakeState,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue