Fix some Preview
This commit is contained in:
parent
4732630d57
commit
bad40f20a7
1 changed files with 6 additions and 0 deletions
|
|
@ -78,3 +78,9 @@ fun RageshakePreferencesView(
|
|||
fun RageshakePreferencesPreview() {
|
||||
RageshakePreferencesView(RageshakePreferencesState(isEnabled = true, isSupported = true, sensitivity = 0.5f))
|
||||
}
|
||||
|
||||
@Composable
|
||||
@Preview
|
||||
fun RageshakePreferencePreviewNotSupported() {
|
||||
RageshakePreferencesView(RageshakePreferencesState(isEnabled = true, isSupported = false, sensitivity = 0.5f))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue