From 6f04f4109d195e97b820a183ae0d60602de44e3b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 16 Dec 2020 14:35:30 +0100 Subject: [PATCH] It seems we need to use `findViewById` sometimes --- tools/check/forbidden_strings_in_code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index c65cc57adc..b9929dfebe 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -174,4 +174,4 @@ getSystemService\(Context PreferenceManager\.getDefaultSharedPreferences==2 ### Use ViewBindings -findViewById +# findViewById