File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
app/src/main/java/com/dp/logcatapp Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ import com.dp.logcatapp.ui.theme.AppTypography
137
137
import com.dp.logcatapp.util.PreferenceKeys
138
138
import com.dp.logcatapp.util.ShareUtils
139
139
import com.dp.logcatapp.util.SuCommander
140
- import com.dp.logcatapp.util.containsIgnoreCase
141
140
import com.dp.logcatapp.util.getDefaultSharedPreferences
142
141
import com.dp.logcatapp.util.rememberBooleanSharedPreference
143
142
import com.dp.logcatapp.util.showToast
@@ -1614,7 +1613,7 @@ private class LogFilter(
1614
1613
return if (keyword.isNullOrEmpty()) {
1615
1614
true
1616
1615
} else {
1617
- target.containsIgnoreCase (keyword)
1616
+ target.contains (keyword, ignoreCase = true )
1618
1617
}
1619
1618
}
1620
1619
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments