Skip to content

Commit

Permalink
Add Fragment.onViewCreated as a known initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Feb 12, 2019
1 parent 6fe4b11 commit 8302592
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -75,18 +75,21 @@ final class ErrorProneCLIFlagsConfig extends AbstractConfig {
"android.app.Fragment.onCreate",
"android.app.Fragment.onAttach",
"android.app.Fragment.onCreateView",
"android.app.Fragment.onViewCreated",
"android.app.Application.onCreate",
"javax.annotation.processing.Processor.init",
// Support Library v4 - can be removed once AndroidX becomes more popular
"android.support.v4.app.ActivityCompat.onCreate",
"android.support.v4.app.Fragment.onCreate",
"android.support.v4.app.Fragment.onAttach",
"android.support.v4.app.Fragment.onCreateView",
"android.support.v4.app.Fragment.onViewCreated",
// Support Library v4 - can be removed once AndroidX becomes more popular
"androidx.core.app.ActivityCompat.onCreate",
"androidx.fragment.app.Fragment.onCreate",
"androidx.fragment.app.Fragment.onAttach",
"androidx.fragment.app.Fragment.onCreateView",
"androidx.fragment.app.Fragment.onViewCreated",
// Multidex app
"android.support.multidex.Application.onCreate");

Expand Down

0 comments on commit 8302592

Please sign in to comment.