This commit is contained in:
Benoit Marty
2023-07-21 21:40:08 +02:00
parent 6c9a36f56f
commit a0dbba58b3

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.") }
)
}