mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Comment Preview annotation out to fix release build
This commit is contained in:
parent
a3fc611d9b
commit
775939ef87
@ -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
|
||||
@ -122,7 +121,7 @@ fun IntInputPrefDialogUI(
|
||||
}
|
||||
}
|
||||
|
||||
@Preview
|
||||
//@Preview
|
||||
@Composable
|
||||
fun IntInputPrefDialogUIPrefview() {
|
||||
val state = remember {
|
||||
@ -204,7 +203,7 @@ fun StringInputPrefDialogUI(
|
||||
}
|
||||
}
|
||||
|
||||
@Preview
|
||||
//@Preview
|
||||
@Composable
|
||||
fun StringInputPrefDialogUIPrefview() {
|
||||
val state = remember {
|
||||
|
Loading…
x
Reference in New Issue
Block a user