privated var
This commit is contained in:
parent
bd0c5475cd
commit
a6e9da81b0
|
@ -11,8 +11,8 @@ struct AccountView: View {
|
||||||
|
|
||||||
@State var isCurrent: Bool = false
|
@State var isCurrent: Bool = false
|
||||||
@State var account: Account
|
@State var account: Account
|
||||||
@State var navigator: Navigator = Navigator()
|
|
||||||
|
|
||||||
|
@State private var navigator: Navigator = Navigator()
|
||||||
@State private var canFollow: Bool? = nil
|
@State private var canFollow: Bool? = nil
|
||||||
@State private var initialFollowing: Bool = false
|
@State private var initialFollowing: Bool = false
|
||||||
@State private var isFollowing: Bool = false
|
@State private var isFollowing: Bool = false
|
||||||
|
|
Loading…
Reference in New Issue