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

Commit 4c45e3d0 authored by Adam Koch's avatar Adam Koch Committed by Android Git Automerger
Browse files

am b5c9c9be: am 625eb8bf: am 7c900126: Doc fix: update Displaying Bitmaps...

am b5c9c9be: am 625eb8bf: am 7c900126: Doc fix: update Displaying Bitmaps training class code snippet Bug: 11372790

* commit 'b5c9c9be':
  Doc fix: update Displaying Bitmaps training class code snippet Bug: 11372790
parents e38b9950 b5c9c9be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ class RetainFragment extends Fragment {
        RetainFragment fragment = (RetainFragment) fm.findFragmentByTag(TAG);
        if (fragment == null) {
            fragment = new RetainFragment();
            fm.beginTransaction().add(fragment, TAG).commit();
        }
        return fragment;
    }