Fix typo
This commit is contained in:
parent
6c9a36f56f
commit
a0dbba58b3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ fun DeveloperSettingsView(
|
||||||
)
|
)
|
||||||
PreferenceCategory(title = "Crash", showDivider = false) {
|
PreferenceCategory(title = "Crash", showDivider = false) {
|
||||||
PreferenceText(
|
PreferenceText(
|
||||||
title = "Crash the app 💥!,",
|
title = "Crash the app 💥",
|
||||||
onClick = { error("This crash is a test.") }
|
onClick = { error("This crash is a test.") }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue