Fix lint test: take into account diagnostic that is specific for NI

This commit is contained in:
Mikhail Zarechenskiy
2019-05-07 15:43:55 +03:00
parent 54411bd248
commit 3506c2047a
+1
View File
@@ -7,6 +7,7 @@ import android.widget.TextView
@Suppress(
"TYPE_INFERENCE_NO_INFORMATION_FOR_PARAMETER",
"NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER",
"UNUSED_VARIABLE"
)
class OtherActivity : Activity() {