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

Commit cddfa6de authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix sdk build.

Change-Id: I4106de6c85d69a68d80414db5dbf5cf48685ce54
parent df36b057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class Fragment implements ComponentCallbacks {
    /**
     * Return true if the fragment has been hidden.  By default fragments
     * are shown.  You can find out about changes to this state with
     * {@link #onHiddenChanged()}.  Note that the hidden state is orthogonal
     * {@link #onHiddenChanged}.  Note that the hidden state is orthogonal
     * to other states -- that is, to be visible to the user, a fragment
     * must be both started and not hidden.
     */