mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix/2305 don't use filtered logs for availiable presets (#2317)
This commit is contained in:
parent
86d7bb8a6c
commit
58546a9d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ internal fun DebugScreen(
|
|||
searchState = searchState,
|
||||
filterTexts = filterTexts,
|
||||
presetFilters = viewModel.presetFilters,
|
||||
logs = filteredLogs,
|
||||
logs = logs,
|
||||
filterMode = filterMode,
|
||||
onFilterModeChange = { filterMode = it }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue