mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add lint detection for System.out.println add kotlin.io.println usage.
This commit is contained in:
committed by
Jeffrey Starke
parent
9e1cec7a60
commit
c901639ce8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user