mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Switch user back to observedobject
This commit is contained in:
parent
4cabf05a5a
commit
c8103e91c2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ struct UserMessageList: View {
|
|||
var maxbytes = 228
|
||||
@FocusState var focusedField: Field?
|
||||
// View State Items
|
||||
@StateObject var user: UserEntity
|
||||
@ObservedObject var user: UserEntity
|
||||
@State var showDeleteMessageAlert = false
|
||||
@State private var deleteMessageId: Int64 = 0
|
||||
@State private var replyMessageId: Int64 = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue