Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Feel free to disable the link check as a workaround.
The Gradle equivalent is:
android {
lintOptions {
disable "DialogFragmentCallbacksDetector"
}
}
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #3
Not all of our builds depend on androidx.fragment and if you do not use androidx.fragment and you add this disable flag, lint fails due to non-existant check DialogFragmentCallbacksDetector. If you do not plan on fixing this soon, I can try and see if we can only disable the check if we depend on androidx.fragment.
Description
See comment:https://android-review.git.corp.google.com/c/platform/frameworks/support/+/2322095/comment/502aff66_2aa8592d/