Fragment already added IllegalStateException

前端 未结 11 1471
一向
一向 2020-11-28 07:42

I use this method on my container Activity to show a BFrag

public void showBFrag()
{
    // Start a new FragmentTransaction
    FragmentTransaction fragmentT         


        
11条回答
  •  情深已故
    2020-11-28 08:06

    Probably not related to this issue directly, but I've also noticed that setting a transition to the FragmentTransaction will cause an IllegalStateException, while not setting a transition will not.

    Here's the bug for this issue: http://code.google.com/p/android/issues/detail?id=25598

提交回复
热议问题