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

Commit 9593b2ac authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix SDK build."

parents b23ef293 b0c56b24
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -170,8 +170,8 @@ public class ListFragment extends Fragment {
     * Provide default implementation to return a simple list view.  Subclasses
     * Provide default implementation to return a simple list view.  Subclasses
     * can override to replace with their own layout.  If doing so, the
     * can override to replace with their own layout.  If doing so, the
     * returned view hierarchy <em>must</em> have a ListView whose id
     * returned view hierarchy <em>must</em> have a ListView whose id
     * is {@link android.R.id.list android.R.id.list} and can optionally
     * is {@link android.R.id#list android.R.id.list} and can optionally
     * have a sibling view id {@link android.R.id.empty android.R.id.empty}
     * have a sibling view id {@link android.R.id#empty android.R.id.empty}
     * that is to be shown when the list is empty.
     * that is to be shown when the list is empty.
     */
     */
    @Override
    @Override