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