Fix crash with migration list screen being put in the background
This commit is contained in:
parent
1789d65ad6
commit
de4567a508
@ -24,6 +24,7 @@ import eu.kanade.tachiyomi.util.system.toast
|
||||
|
||||
class MigrationListScreen(private val config: MigrationProcedureConfig) : Screen {
|
||||
|
||||
@delegate:Transient
|
||||
var newSelectedItem by mutableStateOf<Pair<Long, Long>?>(null)
|
||||
|
||||
@Composable
|
||||
|
Loading…
x
Reference in New Issue
Block a user