This commit is contained in:
Benoit Marty 2023-07-21 21:40:08 +02:00
parent 32c8fdae99
commit 030afe56b3

View file

@ -58,7 +58,7 @@ fun DeveloperSettingsView(
)
PreferenceCategory(title = "Crash", showDivider = false) {
PreferenceText(
title = "Crash the app 💥!,",
title = "Crash the app 💥",
onClick = { error("This crash is a test.") }
)
}