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:
commit
3b6721946c
1 changed files with 0 additions and 8 deletions
|
|
@ -87,14 +87,6 @@ fun AppDeveloperSettingsView(
|
||||||
onClick = onOpenShowkase
|
onClick = onOpenShowkase
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
PreferenceCategory(title = "Crash") {
|
|
||||||
ListItem(
|
|
||||||
headlineContent = {
|
|
||||||
Text("Crash the app 💥")
|
|
||||||
},
|
|
||||||
onClick = { error("This crash is a test.") }
|
|
||||||
)
|
|
||||||
}
|
|
||||||
RageshakePreferencesView(
|
RageshakePreferencesView(
|
||||||
state = state.rageshakeState,
|
state = state.rageshakeState,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue