Commit 93b788b7 authored by Thomas's avatar Thomas
Browse files

Fix issue #1279 - Crash when context activity is destroyed before fragment transaction

parent 0e6409d7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -934,7 +934,9 @@ public class Helper {
                ft.commitAllowingStateLoss();
            }
        }
        if(!fragmentManager.isDestroyed()) {
            fragmentManager.executePendingTransactions();
        }
        return fragment;
    }