Skip to content

Commit 1567706

Browse files
committed
Multiple live filter
1 parent 0f0160b commit 1567706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LogcatCoreLib/src/main/java/info/hannes/logcat/base/LogListAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LogListAdapter(private var completeLogs: MutableList<String>, filter: Stri
2323

2424
fun setItems(newItems: MutableList<String>) {
2525
completeLogs = newItems
26-
setFilter(currentFilter!![0])
26+
setFilter(*currentFilter!!)
2727
notifyDataSetChanged()
2828
}
2929

0 commit comments

Comments
 (0)