mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 19:36:37 +02:00
clears the index cache when changing status fields.
This commit is contained in:
@@ -151,7 +151,7 @@ fun RotateStatuses(
|
|||||||
accountViewModel: AccountViewModel,
|
accountViewModel: AccountViewModel,
|
||||||
nav: (String) -> Unit
|
nav: (String) -> Unit
|
||||||
) {
|
) {
|
||||||
var indexToDisplay by remember {
|
var indexToDisplay by remember(statuses) {
|
||||||
mutableIntStateOf(0)
|
mutableIntStateOf(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user