Add lint detection for System.out.println add kotlin.io.println usage.

This commit is contained in:
Alex Hart
2025-09-19 09:26:05 -03:00
committed by Jeffrey Starke
parent 9e1cec7a60
commit c901639ce8
5 changed files with 353 additions and 2 deletions

View File

@@ -196,7 +196,6 @@ class ConversationListFilterPullView @JvmOverloads constructor(
}
fun openImmediate() {
println("openImmediate from $state")
if (state == FilterPullState.CLOSED) {
setState(FilterPullState.OPEN_APEX, source)
setState(FilterPullState.OPENING, source)