mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove unmessagable filter as it is static for the contact list
This commit is contained in:
parent
7a5330dd4b
commit
7b8980f1ed
1 changed files with 0 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ struct UserList: View {
|
|||
isPkiEncrypted: isPkiEncrypted,
|
||||
isFavorite: isFavorite,
|
||||
isIgnored: isIgnored,
|
||||
isUnmessagable: false,
|
||||
isEnvironment: isEnvironment,
|
||||
distanceFilter: distanceFilter,
|
||||
maxDistance: maxDistance,
|
||||
|
|
@ -257,7 +256,6 @@ struct FilteredUserList<Content: View>: View {
|
|||
isPkiEncrypted: Bool,
|
||||
isFavorite: Bool,
|
||||
isIgnored: Bool,
|
||||
isUnmessagable: Bool,
|
||||
isEnvironment: Bool,
|
||||
distanceFilter: Bool,
|
||||
maxDistance: Double,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue