mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove SwiftUI-infinite-loop-causing .id(redrawTapbacksTrigger) in ChannelMessageList and UserMessageList (duplicate row ids)
This commit is contained in:
parent
0c64636d95
commit
c48e89c835
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ struct ChannelMessageList: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.id(redrawTapbacksTrigger)
|
||||
|
||||
}
|
||||
Color.clear
|
||||
.frame(height: 1)
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ struct UserMessageList: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.id(redrawTapbacksTrigger)
|
||||
|
||||
}
|
||||
// Invisible spacer to detect reaching bottom
|
||||
Color.clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue