Lint check for calling onBackPressed() inside an OnBackPressedCallback
Links (3)
“ denialpxe sAin the Predictive Back guide, you shouldn't use an OnBackPressedCallback for non-UI cases (for example, just for logging back). If you add a callback, you have to handle back completely in your callback. ”