Skip to content

Commit 723fa3c

Browse files
authored
fixup
1 parent ee379e4 commit 723fa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/andbootmgr/app/CreatePartFlow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class CreatePartFlow(private val desiredStartSector: Long?): WizardFlow() {
9999
private class CreatePartDataHolder(val vm: WizardState, val desiredStartSector: Long?) {
100100
var meta by mutableStateOf<SDUtils.SDPartitionMeta?>(null) // metaonsd only
101101
lateinit var p: SDUtils.Partition.FreeSpace // metaonsd only
102-
var freeSpace by mutableLongStateOf(null) // !metaonsd only
102+
var freeSpace by mutableStateOf<Long?>(null) // !metaonsd only
103103
var startSectorRelative = 0L // metaonsd only
104104
var endSectorRelative = 0L // metaonsd only
105105
var desiredSize = 0L // !metaonsd only

0 commit comments

Comments
 (0)