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

Commit 355297c6 authored by Paul Quei's avatar Paul Quei Committed by JP Abgrall
Browse files

Fix typo in comment of FragmentTransaction

see: https://code.google.com/p/android/issues/detail?id=66201



Change-Id: Ieff88553d422f1f82629f1f6ae4d33c6454d6b3e
Signed-off-by: default avatarPaul Quei <paulquei@gmail.com>
parent 4cde7734
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.