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