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