Fix some Preview
This commit is contained in:
committed by
Benoit Marty
parent
4732630d57
commit
bad40f20a7
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user