Addon fragment renamed to reduce confusion

This commit is contained in:
David Eisner 2016-05-06 17:13:54 +01:00
parent 430de715d2
commit 9bb35cb8cc
No known key found for this signature in database
GPG Key ID: 572A0C31753FF551
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ import butterknife.InjectView;
/**
* Container for the TV Show overview and Episodes list
*/
public class AddonsOverviewFragment extends Fragment {
private static final String TAG = LogUtils.makeLogTag(AddonsOverviewFragment.class);
public class AddonListContainerFragment extends Fragment {
private static final String TAG = LogUtils.makeLogTag(AddonListContainerFragment.class);
private TabsAdapter tabsAdapter;

View File

@ -70,7 +70,7 @@ public class AddonsActivity extends BaseActivity
navigationDrawerFragment.setUp(R.id.navigation_drawer, (DrawerLayout) findViewById(R.id.drawer_layout));
if (savedInstanceState == null) {
AddonsOverviewFragment addonListFragment = new AddonsOverviewFragment();
AddonListContainerFragment addonListFragment = new AddonListContainerFragment();
// Setup animations
if (Utils.isLollipopOrLater()) {