Skip to content

Commit e39e458

Browse files
committed
Supress nested too deep warning
1 parent 570cee8 commit e39e458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/relaylist/RelayListExtensions.kt

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fun List<RelayItem.Country>.findItemForGeographicLocationConstraint(
9696
* parent country is added and expanded if needed and its children are added, but the city is not
9797
* expanded If a relay is matched, its parents are added and expanded and itself is also added.
9898
*/
99+
@Suppress("NestedBlockDepth")
99100
fun List<RelayItem.Country>.filterOnSearchTerm(
100101
searchTerm: String,
101102
selectedItem: RelayItem?

0 commit comments

Comments
 (0)