beginTransaction lint is not working for my simple...
# eap
d
beginTransaction lint is not working for my simple case:
Copy code
val transaction = supportFragmentManager.beginTransaction()
        transaction.replace(R.id.fragment_container, frag)
        if (!nostack)
            transaction.addToBackStack(null)
}