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 65a9a97735
commit 715402d178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,14 +87,7 @@ fun AppDeveloperSettingsView(
onClick = onOpenShowkase
)
}
PreferenceCategory(title = "Crash") {
ListItem(
headlineContent = {
Text("Crash the app 💥")
},
onClick = { error("This crash is a test.") }
)
}
RageshakePreferencesView(
state = state.rageshakeState,
)