Fix some Preview
This commit is contained in:
parent
948d4f64f7
commit
af7a47a3ce
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