Update AppDeveloperSettingsView.kt

Fix 2 x Crash the app
Fixes #6707
This commit is contained in:
Strac Consulting Engineers Pty Ltd 2026-05-02 09:40:23 +10:00 committed by GitHub
parent d06397946e
commit 43d048304d

View file

@ -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,
) )