Merge pull request #6708 from escix/patch-3

Fix 2 x Crash the app in Developer Options - Update AppDeveloperSettingsView.kt
This commit is contained in:
Benoit Marty 2026-05-07 11:56:01 +02:00 committed by GitHub
commit 0abb04ea62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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