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

Commit 02ba95b8 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "Commit now instead of commit to be able to get pick fragment on...

Merge "Commit now instead of commit to be able to get pick fragment on updateView" into mainline-prod
parents e23ea78e 91796679
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class PickFragment extends Fragment {
        final PickFragment fragment = new PickFragment();
        final FragmentTransaction ft = fm.beginTransaction();
        ft.replace(R.id.container_save, fragment, TAG);
        ft.commitAllowingStateLoss();
        ft.commitNowAllowingStateLoss();
    }

    public static PickFragment get(FragmentManager fm) {