Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55fc6493 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Correct state loss tracking for FragmentTransaction.commitNow" into nyc-dev

parents 933c1d48 3518feda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1525,7 +1525,7 @@ final class FragmentManagerImpl extends FragmentManager implements LayoutInflate
            throw new IllegalStateException("Must be called from main thread of fragment host");
        }

        if (allowStateLoss) {
        if (!allowStateLoss) {
            checkStateLoss();
        }