mirror of
https://github.com/EasyTier/EasyTier.git
synced 2025-10-06 01:06:51 +08:00
fix crash on old version android (<= 9) (#183)
* fix crash on old version android (<= 9) * fix listener select
This commit is contained in:
@@ -102,6 +102,10 @@ const searchListenerSuggestiong = (e: { query: string }) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (ret.length === 0) {
|
||||
ret.push(e.query)
|
||||
}
|
||||
|
||||
listenerSuggestions.value = ret
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user