package com.ikea.kompis.fragments;

import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import com.ikea.kompis.ShoppingCartActivity;

public class SecondLevelContentFragment extends ContentFragment
{
  protected View getRightMenu(Context paramContext, ViewGroup paramViewGroup)
  {
    return null;
  }

  public void onResume()
  {
    super.onResume();
    this.mParent.setShowOverlayWhileSLOpening(true);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.fragments.SecondLevelContentFragment
 * JD-Core Version:    0.6.2
 */