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

* commit '7c900126c4591b6ba8e1017f858bf326a4c1b867':
  Doc fix: update Displaying Bitmaps training class code snippet Bug: 11372790
This commit is contained in:
Adam Koch
2013-10-25 09:42:56 -07:00
committed by Android Git Automerger

View File

@@ -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;
}