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

Commit baa1553c authored by Jim Shuma's avatar Jim Shuma
Browse files

Fix summary for FragmentTransaction.show()

An apparent copy-paste left out a change that should have
been made in the method summary.

Change-Id: I158a30462fadcf617240047960e1b187b8210f6c
parent 6c8e20f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public abstract class FragmentTransaction {
    public abstract FragmentTransaction hide(Fragment fragment);
    
    /**
     * Hides a previously hidden fragment.  This is only relevant for fragments whose
     * Shows a previously hidden fragment.  This is only relevant for fragments whose
     * views have been added to a container, as this will cause the view to
     * be shown.
     *