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

Commit 6b26ded8 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am d05a0743: am a347ece5: Merge "Fix typo in comment of FragmentTransaction"

* commit 'd05a0743':
  Fix typo in comment of FragmentTransaction
parents e70766f3 d05a0743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public abstract class FragmentTransaction {
    public abstract FragmentTransaction detach(Fragment fragment);

    /**
     * Re-attach a fragment after it had previously been deatched from
     * Re-attach a fragment after it had previously been detached from
     * the UI with {@link #detach(Fragment)}.  This
     * causes its view hierarchy to be re-created, attached to the UI,
     * and displayed.