Skip to content

Commit

Permalink
Update: Comment Preview annotation out to fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Sep 18, 2022
1 parent a3fc611 commit 775939e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import androidx.compose.ui.platform.LocalFocusManager
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.input.ImeAction
import androidx.compose.ui.text.input.KeyboardType
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import com.machiav3lli.fdroid.content.IntPrefsRanges
import com.machiav3lli.fdroid.content.NonBooleanPrefsMeta
Expand Down Expand Up @@ -122,7 +121,7 @@ fun IntInputPrefDialogUI(
}
}

@Preview
//@Preview
@Composable
fun IntInputPrefDialogUIPrefview() {
val state = remember {
Expand Down Expand Up @@ -204,7 +203,7 @@ fun StringInputPrefDialogUI(
}
}

@Preview
//@Preview
@Composable
fun StringInputPrefDialogUIPrefview() {
val state = remember {
Expand Down

0 comments on commit 775939e

Please sign in to comment.