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

Commit 91796679 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Commit now instead of commit to be able to get pick fragment on updateView

Fixes: 169647251
Test: atest DocumentsUIGoogleTests

Change-Id: Ibde1b5cba3cf765a15d3dd99671b2317edc4b351
parent 3a79b56c
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) {