Fix typo
This commit is contained in:
parent
32c8fdae99
commit
030afe56b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.") }
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue